Title: [279945] trunk/Tools
Revision
279945
Author
aakash_j...@apple.com
Date
2021-07-15 07:26:00 -0700 (Thu, 15 Jul 2021)

Log Message

[iOS]TestWebKitAPI.InAppBrowserPrivacy.AppBoundDomainAllowsServiceWorkers is failing
https://bugs.webkit.org/show_bug.cgi?id=227918
<rdar://problem/80535625>

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm: Disabled the test for now to speed up EWS.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (279944 => 279945)


--- trunk/Tools/ChangeLog	2021-07-15 13:48:27 UTC (rev 279944)
+++ trunk/Tools/ChangeLog	2021-07-15 14:26:00 UTC (rev 279945)
@@ -1,3 +1,13 @@
+2021-07-15  Aakash Jain  <aakash_j...@apple.com>
+
+        [iOS]TestWebKitAPI.InAppBrowserPrivacy.AppBoundDomainAllowsServiceWorkers is failing
+        https://bugs.webkit.org/show_bug.cgi?id=227918
+        <rdar://problem/80535625>
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm: Disabled the test for now to speed up EWS.
+
 2021-07-14  Brent Fulgham  <bfulg...@apple.com>
 
         [iOS & Mac Big Sur Release] Two SOAuthorizationSubFrame API tests are failing

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm (279944 => 279945)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm	2021-07-15 13:48:27 UTC (rev 279944)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/InAppBrowserPrivacy.mm	2021-07-15 14:26:00 UTC (rev 279945)
@@ -806,7 +806,7 @@
 
 )SWRESOURCE";
 
-TEST(InAppBrowserPrivacy, AppBoundDomainAllowsServiceWorkers)
+TEST(InAppBrowserPrivacy, DISABLED_AppBoundDomainAllowsServiceWorkers)
 {
     initializeInAppBrowserPrivacyTestSettings();
     isDone = false;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to