Title: [272456] trunk/Tools
Revision
272456
Author
[email protected]
Date
2021-02-05 20:06:30 -0800 (Fri, 05 Feb 2021)

Log Message

[Mac] Disable MediaSessionTest API tests
https://bugs.webkit.org/show_bug.cgi?id=221514
<rdar://74048912>

Unreviewed, disable tests that don't play well with other media tests running
at the same time.


* TestWebKitAPI/Tests/WebKitCocoa/MediaSession.mm:
(TestWebKitAPI::TEST_F):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (272455 => 272456)


--- trunk/Tools/ChangeLog	2021-02-06 02:48:25 UTC (rev 272455)
+++ trunk/Tools/ChangeLog	2021-02-06 04:06:30 UTC (rev 272456)
@@ -1,3 +1,15 @@
+2021-02-05  Eric Carlson  <[email protected]>
+
+        [Mac] Disable MediaSessionTest API tests
+        https://bugs.webkit.org/show_bug.cgi?id=221514
+        <rdar://74048912>
+
+        Unreviewed, disable tests that don't play well with other media tests running
+        at the same time.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/MediaSession.mm:
+        (TestWebKitAPI::TEST_F):
+
 2021-02-05  Aakash Jain  <[email protected]>
 
         [ews] Do not display identifier in status bubble tooltips

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/MediaSession.mm (272455 => 272456)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/MediaSession.mm	2021-02-06 02:48:25 UTC (rev 272455)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/MediaSession.mm	2021-02-06 04:06:30 UTC (rev 272456)
@@ -262,7 +262,7 @@
     RetainPtr<NSMutableArray> _messageHandlers;
 };
 
-TEST_F(MediaSessionTest, OnlyOneHandler)
+TEST_F(MediaSessionTest, DISABLED_OnlyOneHandler)
 {
     loadPageAndBecomeNowPlaying("media-remote");
 
@@ -305,7 +305,7 @@
     ASSERT_FALSE(sessionHandlerWasCalled("previoustrack"));
 }
 
-TEST_F(MediaSessionTest, RemoteCommands)
+TEST_F(MediaSessionTest, DISABLED_RemoteCommands)
 {
     loadPageAndBecomeNowPlaying("media-remote");
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to