ampproject / amphtml

The AMP web component framework.
https://amp.dev
Apache License 2.0
14.89k stars 3.89k forks source link

Reenable flaky video test #40175

Closed powerivq closed 4 weeks ago

powerivq commented 1 month ago

Turns out it's because amp-youtube integration tests are failing on circle only. It works fine locally. Suspect it is some network issue on circle or Youtube actively blocking access from a cloud machine. https://github.com/ampproject/amphtml/issues/40181

This PR reenables relevant tests, but disables amp-youtube

Fixes #39857