Commit 9d1e4c41 by Brian Beggs Committed by Brian Beggs

Disable e2e tests in travis

parent dd84ecfb
...@@ -35,5 +35,9 @@ script: ...@@ -35,5 +35,9 @@ script:
- sleep 60 # LMS needs like 60 seconds to come up - sleep 60 # LMS needs like 60 seconds to come up
- make healthchecks - make healthchecks
- make validate-lms-volume - make validate-lms-volume
- make e2e-tests # Disable e2e-tests until either:
# * tests are less flaky
# * We have a way to test the infrastructure for testing but ignore the test results.
# See PLAT-1712
# - make e2e-tests
- make up-marketing-detached - make up-marketing-detached
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment