Title: [245851] trunk/Tools
Revision
245851
Author
[email protected]
Date
2019-05-29 09:58:56 -0700 (Wed, 29 May 2019)

Log Message

Disable Flaky API Test TestWebKitAPI._WKDownload.DownloadMonitorCancel
https://bugs.webkit.org/show_bug.cgi?id=198328

Reviewed by Alexey Proskuryakov.

* TestWebKitAPI/Tests/WebKitCocoa/Download.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (245850 => 245851)


--- trunk/Tools/ChangeLog	2019-05-29 16:07:19 UTC (rev 245850)
+++ trunk/Tools/ChangeLog	2019-05-29 16:58:56 UTC (rev 245851)
@@ -1,3 +1,12 @@
+2019-05-29  Aakash Jain  <[email protected]>
+
+        Disable Flaky API Test TestWebKitAPI._WKDownload.DownloadMonitorCancel
+        https://bugs.webkit.org/show_bug.cgi?id=198328
+
+        Reviewed by Alexey Proskuryakov.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/Download.mm:
+
 2019-05-28  Justin Michaud  <[email protected]>
 
         Attempt to fix JSC test timeouts after adding collectContinuously to WASM tests.

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm (245850 => 245851)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm	2019-05-29 16:07:19 UTC (rev 245850)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm	2019-05-29 16:58:56 UTC (rev 245851)
@@ -879,7 +879,7 @@
     [[NSFileManager defaultManager] removeItemAtURL:[NSURL fileURLWithPath:destination.get() isDirectory:NO] error:nil];
 }
 
-TEST(_WKDownload, DownloadMonitorCancel)
+TEST(_WKDownload, DISABLED_DownloadMonitorCancel)
 {
     downloadAtRate(0.5, 120); // Should cancel in ~0.5 seconds
     downloadAtRate(1.5, 120); // Should cancel in ~2.5 seconds
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to