Skip to content

Commit

Permalink
[Gardening]: REGRESSION(Sonoma): [ Sonoma ] 2 API tests under TestWeb…
Browse files Browse the repository at this point in the history
…KitAPI.WebKit.* are constantly timing out.

rdar://116703485
https://bugs.webkit.org/show_bug.cgi?id=262928

Unreviewed test gardening.

Disables two API tests while the issue is investigated.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/Proxy.mm:

Canonical link: https://commits.webkit.org/269188@main
  • Loading branch information
bls1999 committed Oct 11, 2023
1 parent f36f30e commit b5f962b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/TestWebKitAPI/Tests/WebKitCocoa/Proxy.mm
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ HTTPServer server([](Connection connection) {
#if !PLATFORM(IOS_FAMILY_SIMULATOR)

#if HAVE(NW_PROXY_CONFIG)
#if USE(APPLE_INTERNAL_SDK) // FIXME: <rdar://116703485> investigate why this times out on non-internal builds.
TEST(WebKit, HTTPSProxyAPI)
{
auto* createProxyConfig = nw_proxy_config_create_http_connectPtr();
Expand Down Expand Up @@ -294,6 +295,7 @@ HTTPServer server([](Connection connection) {
[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://example.com/"]]];
EXPECT_WK_STREQ([webView _test_waitForAlert], "success!");
}
#endif // USE(APPLE_INTERNAL_SDK)
#endif // HAVE(NW_PROXY_CONFIG)
#endif // !PLATFORM(IOS_FAMILY_SIMULATOR)

Expand Down

0 comments on commit b5f962b

Please sign in to comment.