Title: [257792] trunk/Tools
Revision
257792
Author
ryanhad...@apple.com
Date
2020-03-03 11:44:17 -0800 (Tue, 03 Mar 2020)

Log Message

[iOS EWS] TestWebKitAPI.WKWebsiteDataStore.RemoveAndFetchData is failing
https://bugs.webkit.org/show_bug.cgi?id=208451

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKitCocoa/WKWebsiteDatastore.mm: Disable the test for iOS since it is slowing down EWS.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (257791 => 257792)


--- trunk/Tools/ChangeLog	2020-03-03 19:41:46 UTC (rev 257791)
+++ trunk/Tools/ChangeLog	2020-03-03 19:44:17 UTC (rev 257792)
@@ -1,3 +1,12 @@
+2020-03-03  Ryan Haddad  <ryanhad...@apple.com>
+
+        [iOS EWS] TestWebKitAPI.WKWebsiteDataStore.RemoveAndFetchData is failing
+        https://bugs.webkit.org/show_bug.cgi?id=208451
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/WKWebsiteDatastore.mm: Disable the test for iOS since it is slowing down EWS.
+
 2020-03-03  Jiten Mehta  <jme...@apple.com>
 
         Adopt HTTP Alternative Services Storage

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebsiteDatastore.mm (257791 => 257792)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebsiteDatastore.mm	2020-03-03 19:41:46 UTC (rev 257791)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebsiteDatastore.mm	2020-03-03 19:44:17 UTC (rev 257792)
@@ -82,6 +82,9 @@
 
 namespace TestWebKitAPI {
 
+
+// FIXME: Re-enable this test once webkit.org/b/208451 is resolved.
+#if !PLATFORM(IOS)
 TEST(WKWebsiteDataStore, RemoveAndFetchData)
 {
     readyToContinue = false;
@@ -97,6 +100,7 @@
     }];
     TestWebKitAPI::Util::run(&readyToContinue);
 }
+#endif // !PLATFORM(IOS)
 
 TEST(WKWebsiteDataStore, RemoveEphemeralData)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to