-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporarily disable some integration tests to unblock queue #2210
Conversation
[test] |
f562f5b
to
f13a704
Compare
[test] |
@jeff-phillips-18 @benjaminapetersen Any objection to this? Our merge queue has been broken for several days now. We haven't been able to find a simple fix. I think the right path forward is to update Protractor in #2083, which we need to do anyway. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, lets get the merge queue open again.
Makefile
Outdated
@@ -44,5 +44,5 @@ build: install | |||
test: build | |||
hack/verify-dist.sh | |||
hack/test-headless.sh test $(GRUNT_FLAGS) | |||
hack/test-headless.sh test-integration $(GRUNT_FLAGS) | |||
-hack/test-headless.sh test-integration $(GRUNT_FLAGS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only thought, comment this? the -
runs it but wont fail the build?
f13a704
to
19292d6
Compare
Evaluated for origin web console test up to 19292d6 |
Origin Web Console Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_web_console/283/) (Base Commit: a9de5c9) (PR Branch Commit: 19292d6) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. Let's get by this for now and update to get it right.
[merge] |
Origin Web Console Merge Results: Waiting: You are in the build queue at position: 1 |
Evaluated for origin web console merge up to 19292d6 |
Run the integration tests, but don't fail if only the integration tests fail. See #2200
Merge will still fail on dist differences or unit test failures.