-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
test/integration/test-visibility-states.js flaky on master #9757
Comments
I'll need to revert #9758 after fixing. |
Still red on master: https://travis-ci.org/ampproject/amphtml/jobs/240618920 |
Damn, my fault. I missed the private |
I still see test-visibility-states fail on master.
|
Seems like there's a common theme of |
Oh no! still get integration tests failed 😭 |
@jridgewell, @camelburrito: These tests are particularly flaky. Can they not just be disabled while they're fixed? |
The integration test
test/integration/test-visibility-states.js
relies on uncompiled JS. However, after recent build optimizations,gulp dist
only generates minified JS.Figure out if
test-visibility-states.js
can be made to run with justgulp dist
, and if not, figure out a minimal addition togulp dist
to create compiled and minified versions of those specific files the test needs.The text was updated successfully, but these errors were encountered: