Title: [264406] trunk/Tools
Revision
264406
Author
ryanhad...@apple.com
Date
2020-07-15 11:03:15 -0700 (Wed, 15 Jul 2020)

Log Message

Flaky API Test: TestWebKitAPI.SleepDisabler.NavigateBack
https://bugs.webkit.org/show_bug.cgi?id=213513#c9

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKit/SleepDisabler.mm:
(TEST_F): Disable the test to speed up EWS.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (264405 => 264406)


--- trunk/Tools/ChangeLog	2020-07-15 17:59:38 UTC (rev 264405)
+++ trunk/Tools/ChangeLog	2020-07-15 18:03:15 UTC (rev 264406)
@@ -1,3 +1,13 @@
+2020-07-15  Ryan Haddad  <ryanhad...@apple.com>
+
+        Flaky API Test: TestWebKitAPI.SleepDisabler.NavigateBack
+        https://bugs.webkit.org/show_bug.cgi?id=213513#c9
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKit/SleepDisabler.mm:
+        (TEST_F): Disable the test to speed up EWS.
+
 2020-07-15  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
         build-webkit script tries to execute command xcodebuild on Linux

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit/SleepDisabler.mm (264405 => 264406)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit/SleepDisabler.mm	2020-07-15 17:59:38 UTC (rev 264405)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit/SleepDisabler.mm	2020-07-15 18:03:15 UTC (rev 264406)
@@ -205,7 +205,7 @@
     hasSleepDisablerShouldBecomeEqualTo(false);
 }
 
-TEST_F(SleepDisabler, NavigateBack)
+TEST_F(SleepDisabler, DISABLED_NavigateBack)
 {
     loadPlayingPage(@"video-with-audio");
     hasSleepDisablerShouldBecomeEqualTo(true);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to