The following two API tests are consistently timing out on iOS EWS bots: TestWebKitAPI.ProcessSwap.CrossOriginSystemPreview TestWebKitAPI.ProcessSwap.SameOriginSystemPreview https://ews-build.webkit.org/#/builders/9/builds/89130 However, they are not timing out on post-commit: https://results.webkit.org/?suite=api-tests&suite=api-tests&test=TestWebKitAPI.ProcessSwap.CrossOriginSystemPreview&test=TestWebKitAPI.ProcessSwap.SameOriginSystemPreview
<rdar://problem/103318890>
The earliest instance I see on EWS for TestWebKitAPI.ProcessSwap.CrossOriginSystemPreview failing is from 4 days ago for an unrelated PR with a base revision of https://commits.webkit.org/257639@main
Based on a conversation in slack, it looks like this test is trying to load content from https://webkit.org in https://github.com/WebKit/WebKit/blob/main/Tools/TestWebKitAPI/Tests/WebKitCocoa/ProcessSwapOnNavigation.mm#L1978, which must be getting blocked on the EWS network. Not sure what caused this to start happening, but Dean is looking at fixing this.
A new bug was used for landing a fix, for some reason. *** This bug has been marked as a duplicate of bug 249277 ***