Title: [287378] trunk/Tools
Revision
287378
Author
achristen...@apple.com
Date
2021-12-22 16:49:44 -0800 (Wed, 22 Dec 2021)

Log Message

Disable WKInspectorExtensionDelegate.ShowAndHideTabCallbacks API test
webkit.org/b/231847

It seems to be timing out a lot everywhere.

* TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm:
(TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (287377 => 287378)


--- trunk/Tools/ChangeLog	2021-12-22 23:55:10 UTC (rev 287377)
+++ trunk/Tools/ChangeLog	2021-12-23 00:49:44 UTC (rev 287378)
@@ -1,3 +1,13 @@
+2021-12-22  Alex Christensen  <achristen...@webkit.org>
+
+        Disable WKInspectorExtensionDelegate.ShowAndHideTabCallbacks API test
+        webkit.org/b/231847
+
+        It seems to be timing out a lot everywhere.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm:
+        (TEST):
+
 2021-12-22  Sihui Liu  <sihui_...@apple.com>
 
         WebsiteDataStore::excludeDirectoryFromBackup should set attribute for existing directories

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm (287377 => 287378)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm	2021-12-22 23:55:10 UTC (rev 287377)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKInspectorExtensionDelegate.mm	2021-12-23 00:49:44 UTC (rev 287378)
@@ -98,7 +98,8 @@
 
 @end
 
-TEST(WKInspectorExtensionDelegate, ShowAndHideTabCallbacks)
+// FIXME: Re-enable this test once webkit.org/b/231847 is fixed.
+TEST(WKInspectorExtensionDelegate, DISABLED_ShowAndHideTabCallbacks)
 {
     resetGlobalState();
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to