Skip to content

Commit

Permalink
Merge pull request #7321 from spadgett/fix-olm-test
Browse files Browse the repository at this point in the history
tests: Don't run Protractor for olmFull suite
  • Loading branch information
openshift-merge-robot committed Nov 25, 2020
2 parents 14c6751 + a18af39 commit e0b4fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-prow-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export DBUS_SESSION_BUS_ADDRESS

SCENARIO="${1:-e2e}"

if [ "$SCENARIO" != "login" ]; then
if [ "$SCENARIO" != "login" ] && [ "$SCENARIO" != "olmFull" ]; then
CHROME_VERSION=$(google-chrome --version) ./test-protractor.sh "$SCENARIO"
fi

Expand Down

0 comments on commit e0b4fc3

Please sign in to comment.