Changeset 285060 in webkit


Ignore:
Timestamp:
Oct 29, 2021, 4:24:41 PM (4 years ago)
Author:
achristensen@apple.com
Message:

Revert r285034
webkit.org/b/232166

The test still times out in EWS.

  • TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r285059 r285060  
     12021-10-29  Alex Christensen  <achristensen@webkit.org>
     2
     3        Revert r285034
     4        webkit.org/b/232166
     5
     6        The test still times out in EWS.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm:
     9
    1102021-10-29  Alex Christensen  <achristensen@webkit.org>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/AppPrivacyReport.mm

    r285034 r285060  
    725725}
    726726
    727 TEST(AppPrivacyReport, LoadSimulatedRequestIsAppInitiated)
     727// FIXME: Re-enable these two tests once webkit.org/b/232166 is resolved.
     728TEST(AppPrivacyReport, DISABLED_LoadSimulatedRequestIsAppInitiated)
    728729{
    729730    loadSimulatedRequestTest(IsAppInitiated::Yes);
    730731}
    731732
    732 TEST(AppPrivacyReport, LoadSimulatedRequestIsNonAppInitiated)
     733TEST(AppPrivacyReport, DISABLED_LoadSimulatedRequestIsNonAppInitiated)
    733734{
    734735    loadSimulatedRequestTest(IsAppInitiated::No);
Note: See TracChangeset for help on using the changeset viewer.