https://bugs.webkit.org/show_bug.cgi?id=232857
I enabled it with an unrelated change and it is timing out, so re-disable it.
* TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm:
(TEST):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@287580
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2022-01-04 Alex Christensen <achristensen@webkit.org>
+
+ Re-disable WKInspectorExtensionDelegate.ExtensionTabNavigatedCallbacks API test in debug builds
+ https://bugs.webkit.org/show_bug.cgi?id=232857
+
+ I enabled it with an unrelated change and it is timing out, so re-disable it.
+
+ * TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm:
+ (TEST):
+
2022-01-04 Alex Christensen <achristensen@webkit.org>
Re-enable URLSchemeHandler.Leaks1 API test
TestWebKitAPI::Util::run(&pendingCallbackWasCalled);
}
+// FIXME: Re-enable this test for debug once webkit.org/b/231847 is fixed.
+#if !defined(NDEBUG)
+TEST(WKInspectorExtensionDelegate, DISABLED_ExtensionTabNavigatedCallbacks)
+#else
TEST(WKInspectorExtensionDelegate, ExtensionTabNavigatedCallbacks)
+#endif
{
resetGlobalState();