Title: [252405] trunk/Tools
Revision
252405
Author
[email protected]
Date
2019-11-13 06:27:28 -0800 (Wed, 13 Nov 2019)

Log Message

Flaky API Test TestWebKitAPI.ServiceWorkers.ThrottleCrash
https://bugs.webkit.org/show_bug.cgi?id=203734
<rdar://problem/56814638>

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm: Disabled the flaky test for now.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (252404 => 252405)


--- trunk/Tools/ChangeLog	2019-11-13 13:45:57 UTC (rev 252404)
+++ trunk/Tools/ChangeLog	2019-11-13 14:27:28 UTC (rev 252405)
@@ -1,5 +1,15 @@
 2019-11-13  Aakash Jain  <[email protected]>
 
+        Flaky API Test TestWebKitAPI.ServiceWorkers.ThrottleCrash
+        https://bugs.webkit.org/show_bug.cgi?id=203734
+        <rdar://problem/56814638>
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm: Disabled the flaky test for now.
+
+2019-11-13  Aakash Jain  <[email protected]>
+
         Flaky API Test TestWebKitAPI.WebKit.ApplicationCacheDirectories
         https://bugs.webkit.org/show_bug.cgi?id=203732
         <rdar://problem/56814641>

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm (252404 => 252405)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm	2019-11-13 13:45:57 UTC (rev 252404)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm	2019-11-13 14:27:28 UTC (rev 252405)
@@ -1614,7 +1614,7 @@
     EXPECT_EQ(2u, launchServiceWorkerProcess(useSeparateServiceWorkerProcess));
 }
 
-TEST(ServiceWorkers, ThrottleCrash)
+TEST(ServiceWorkers, DISABLED_ThrottleCrash)
 {
     [WKWebsiteDataStore _allowWebsiteDataRecordsForAllOrigins];
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to