Title: [284721] trunk/Tools
Revision
284721
Author
ryanhad...@apple.com
Date
2021-10-22 15:32:37 -0700 (Fri, 22 Oct 2021)

Log Message

[ iOS15 EWS ] TestWebKitAPI.AppPrivacyReport.LoadSimulatedRequest tests are timing out
https://bugs.webkit.org/show_bug.cgi?id=232166

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm: Disable these tests.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (284720 => 284721)


--- trunk/Tools/ChangeLog	2021-10-22 22:27:35 UTC (rev 284720)
+++ trunk/Tools/ChangeLog	2021-10-22 22:32:37 UTC (rev 284721)
@@ -1,3 +1,12 @@
+2021-10-22  Ryan Haddad  <ryanhad...@apple.com>
+
+        [ iOS15 EWS ] TestWebKitAPI.AppPrivacyReport.LoadSimulatedRequest tests are timing out
+        https://bugs.webkit.org/show_bug.cgi?id=232166
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm: Disable these tests.
+
 2021-10-22  Roy Reapor  <rrea...@apple.com>
 
         webkitpy/autoinstalled/pyobjc_frameworks.py should install wheel distribution

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm (284720 => 284721)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm	2021-10-22 22:27:35 UTC (rev 284720)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm	2021-10-22 22:32:37 UTC (rev 284721)
@@ -724,12 +724,13 @@
     TestWebKitAPI::Util::run(&isDone);
 }
 
-TEST(AppPrivacyReport, LoadSimulatedRequestIsAppInitiated)
+// FIXME: Re-enable these two tests once webkit.org/b/232166 is resolved.
+TEST(AppPrivacyReport, DISABLED_LoadSimulatedRequestIsAppInitiated)
 {
     loadSimulatedRequestTest(IsAppInitiated::Yes);
 }
 
-TEST(AppPrivacyReport, LoadSimulatedRequestIsNonAppInitiated)
+TEST(AppPrivacyReport, DISABLED_LoadSimulatedRequestIsNonAppInitiated)
 {
     loadSimulatedRequestTest(IsAppInitiated::No);
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to