Title: [282079] trunk/Tools
Revision
282079
Author
aakash_j...@apple.com
Date
2021-09-07 04:40:56 -0700 (Tue, 07 Sep 2021)

Log Message

TestWebKitAPI.EventAttribution.Basic is extremely flaky on api-ios
https://bugs.webkit.org/show_bug.cgi?id=229995

Disabling the test for now.

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (282078 => 282079)


--- trunk/Tools/ChangeLog	2021-09-07 11:11:18 UTC (rev 282078)
+++ trunk/Tools/ChangeLog	2021-09-07 11:40:56 UTC (rev 282079)
@@ -1,3 +1,15 @@
+2021-09-07  Aakash Jain  <aakash_j...@apple.com>
+
+        TestWebKitAPI.EventAttribution.Basic is extremely flaky on api-ios
+        https://bugs.webkit.org/show_bug.cgi?id=229995
+
+        Disabling the test for now.
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm:
+        (TestWebKitAPI::TEST):
+
 2021-09-07  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, reverting r282064.

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm (282078 => 282079)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm	2021-09-07 11:11:18 UTC (rev 282078)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/EventAttribution.mm	2021-09-07 11:40:56 UTC (rev 282079)
@@ -282,7 +282,7 @@
 }
 #endif
 
-TEST(EventAttribution, Basic)
+TEST(EventAttribution, DISABLED_Basic)
 {
     runBasicEventAttributionTest(nil, [](WKWebView *webView, const HTTPServer& server) {
         [webView _addEventAttributionWithSourceID:42 destinationURL:exampleURL() sourceDescription:@"test source description" purchaser:@"test purchaser" reportEndpoint:server.request().URL optionalNonce:nil];
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to