Title: [252404] trunk/Tools
Revision
252404
Author
[email protected]
Date
2019-11-13 05:45:57 -0800 (Wed, 13 Nov 2019)

Log Message

Flaky API Test TestWebKitAPI.WebKit.ApplicationCacheDirectories
https://bugs.webkit.org/show_bug.cgi?id=203732
<rdar://problem/56814641>

Unreviewed test gardening.

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

Modified Paths

Diff

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


--- trunk/Tools/ChangeLog	2019-11-13 13:00:55 UTC (rev 252403)
+++ trunk/Tools/ChangeLog	2019-11-13 13:45:57 UTC (rev 252404)
@@ -1,3 +1,13 @@
+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>
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm: Disabled the flaky test for now.
+
 2019-11-13  Rob Buis  <[email protected]>
 
         Support stale-while-revalidate cache strategy

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm (252403 => 252404)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm	2019-11-13 13:00:55 UTC (rev 252403)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsiteDataStoreCustomPaths.mm	2019-11-13 13:45:57 UTC (rev 252404)
@@ -570,7 +570,7 @@
     EXPECT_FALSE(error);
 }
 
-TEST(WebKit, ApplicationCacheDirectories)
+TEST(WebKit, DISABLED_ApplicationCacheDirectories)
 {
     using namespace TestWebKitAPI;
     TCPServer server([] (int socket) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to