Title: [294771] trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBSuspendImminently.mm
Revision
294771
Author
[email protected]
Date
2022-05-24 15:31:59 -0700 (Tue, 24 May 2022)

Log Message

[iOS] TestWebKitAPI.IndexedDB.IndexedDBSuspendImminently is consistently timing out on release
https://bugs.webkit.org/show_bug.cgi?id=240886

Unreviewed test gardening.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBSuspendImminently.mm:
(TEST): Skip the test.

Canonical link: https://commits.webkit.org/250936@main

Modified Paths

Diff

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBSuspendImminently.mm (294770 => 294771)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBSuspendImminently.mm	2022-05-24 22:24:37 UTC (rev 294770)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBSuspendImminently.mm	2022-05-24 22:31:59 UTC (rev 294771)
@@ -71,7 +71,8 @@
     }];
 }
 
-TEST(IndexedDB, IndexedDBSuspendImminently)
+// FIXME: Re-enable this test once webkit.org/b/240886 is resolved.
+TEST(IndexedDB, DISABLED_IndexedDBSuspendImminently)
 {
     readyToContinue = false;
     [[WKWebsiteDataStore defaultDataStore] removeDataOfTypes:[WKWebsiteDataStore allWebsiteDataTypes] modifiedSince:[NSDate distantPast] completionHandler:^() {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to