Skip to content

Commit 3342e7d

Browse files
Dawn Floresmnutt
authored andcommitted
[GARDENING]([REGRESSION: 265579@main?][ iOS ]TestWebKitAPI.WebKit2.CrashGPUProcessAfterApplyingConstraints (api-tests) is a constant timeout)
rdar://111696238 Unreviewed test gardening. Disabled API test. * Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm: Canonical link: https://commits.webkit.org/265729@main
1 parent 2b5679d commit 3342e7d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Tools/TestWebKitAPI/Tests/WebKit/GetUserMedia.mm

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,12 @@ bool waitUntilMicrophoneState(WKWebView *webView, WKMediaCaptureState expectedSt
673673
EXPECT_EQ(gpuProcessPID, [processPool _gpuProcessIdentifier]);
674674
EXPECT_EQ(webViewPID, [webView _webProcessIdentifier]);
675675
}
676-
676+
// FIXME when rdar://111696238 is resolved.
677+
#if PLATFORM(IOS)
678+
TEST(WebKit2, DISABLED_CrashGPUProcessAfterApplyingConstraints)
679+
#else
677680
TEST(WebKit2, CrashGPUProcessAfterApplyingConstraints)
681+
#endif
678682
{
679683
auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
680684
auto preferences = [configuration preferences];

0 commit comments

Comments
 (0)