Skip to content

Commit

Permalink
[Gardening]: [ iOS ] TestWebKitAPI.WebKit.QuotaDelegateReload is a fl…
Browse files Browse the repository at this point in the history
…aky failure.

rdar://115919262
https://bugs.webkit.org/show_bug.cgi?id=261987

Unreviewed test gardening.

Disabling API test causing flaky failures.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/StorageQuota.mm:

Canonical link: https://commits.webkit.org/268350@main
  • Loading branch information
bls1999 committed Sep 23, 2023
1 parent d4969e8 commit c4eb9fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Tools/TestWebKitAPI/Tests/WebKitCocoa/StorageQuota.mm
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,12 @@ static inline void setVisible(TestWKWebView *webView)
NSLog(@"QuotaDelegate 6");
}

TEST(WebKit, QuotaDelegateReload)
// FIXME when rdar://115919262 is resolved.
#if PLATFORM(IOS)
TEST(WebPushD, DISABLED_QuotaDelegateReload)
#else
(TEST(WebPushD, QuotaDelegateReload)
#endif
{
done = false;
auto storeConfiguration = adoptNS([[_WKWebsiteDataStoreConfiguration alloc] init]);
Expand Down

0 comments on commit c4eb9fd

Please sign in to comment.