File tree 1 file changed +2
-10
lines changed
Tools/TestWebKitAPI/Tests/WebKitCocoa
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -979,12 +979,8 @@ HTTPServer httpServer([&] (const Connection& connection) {
979
979
TestWebKitAPI::Util::run (&doneFlag);
980
980
}
981
981
982
- // rdar://136535465
983
- #if PLATFORM(MAC)
982
+ // FIXME when rdar://136535465 is resolved
984
983
TEST (ResourceLoadStatistics, DISABLED_MigrateDataFromMissingTopFrameUniqueRedirectSameSiteStrictTableSchema)
985
- #else
986
- TEST (ResourceLoadStatistics, MigrateDataFromMissingTopFrameUniqueRedirectSameSiteStrictTableSchema)
987
- #endif
988
984
{
989
985
auto *sharedProcessPool = [WKProcessPool _sharedProcessPool ];
990
986
@@ -1269,12 +1265,8 @@ - (void)webView:(WKWebView *)webView stopURLSchemeTask:(id <WKURLSchemeTask>)tas
1269
1265
TestWebKitAPI::Util::run (&doneFlag);
1270
1266
}
1271
1267
1272
- // rdar://136535465
1273
- #if PLATFORM(MAC)
1268
+ // FIXME when rdar://136535465 is resolved
1274
1269
TEST (ResourceLoadStatistics, DISABLED_MigrateDistinctDataFromTableWithMissingIndexes)
1275
- #else
1276
- TEST (ResourceLoadStatistics, MigrateDistinctDataFromTableWithMissingIndexes)
1277
- #endif
1278
1270
{
1279
1271
auto *sharedProcessPool = [WKProcessPool _sharedProcessPool ];
1280
1272
You can’t perform that action at this time.
0 commit comments