
committed by
Andrew Kushnir

parent
c7346bfdba
commit
c7d1890aaa
@ -27,10 +27,4 @@ export function main() {
|
||||
}
|
||||
}
|
||||
|
||||
const isBazel = location.pathname.indexOf('/all/') !== 0;
|
||||
// isBazel needed while 'scripts/ci/test-e2e.sh test.e2e.protractor-e2e' is run
|
||||
// on Travis
|
||||
// TODO: port remaining protractor e2e tests to bazel protractor_web_test_suite rule
|
||||
if (isBazel) {
|
||||
main();
|
||||
}
|
||||
main();
|
||||
|
Reference in New Issue
Block a user