Description
All EducationViewUITests are failing on the CI runner except testLongDescriptionVideoView (which is executed first). After that the other 4 tests fail. When looking at the XCResult, a network issue can be observed where non of the videos can be loaded (see provided screenhot).
The tests work fine locally.
Rate limiting from Youtube is unlikely because we also tested running the tests with a 20 seconds delay between each one.
Reproduction
Running the EducationViewUITests on the CI runner.
Expected behavior
All 5 EducationViewUITests tests should pass.
Additional context
We currently work around this by XCTSkip the 4 failing tests.
Code of Conduct
Description
All EducationViewUITests are failing on the CI runner except
testLongDescriptionVideoView(which is executed first). After that the other 4 tests fail. When looking at the XCResult, a network issue can be observed where non of the videos can be loaded (see provided screenhot).The tests work fine locally.
Rate limiting from Youtube is unlikely because we also tested running the tests with a 20 seconds delay between each one.
Reproduction
Running the EducationViewUITests on the CI runner.
Expected behavior
All 5 EducationViewUITests tests should pass.
Additional context
We currently work around this by
XCTSkipthe 4 failing tests.Code of Conduct