Changeset 252405 in webkit


Ignore:
Timestamp:
Nov 13, 2019 6:27:28 AM (4 years ago)
Author:
aakash_jain@apple.com
Message:

Flaky API Test TestWebKitAPI.ServiceWorkers.ThrottleCrash
https://bugs.webkit.org/show_bug.cgi?id=203734
<rdar://problem/56814638>

Unreviewed test gardening.

  • TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm: Disabled the flaky test for now.
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r252404 r252405  
     12019-11-13  Aakash Jain  <aakash_jain@apple.com>
     2
     3        Flaky API Test TestWebKitAPI.ServiceWorkers.ThrottleCrash
     4        https://bugs.webkit.org/show_bug.cgi?id=203734
     5        <rdar://problem/56814638>
     6
     7        Unreviewed test gardening.
     8
     9        * TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm: Disabled the flaky test for now.
     10
    1112019-11-13  Aakash Jain  <aakash_jain@apple.com>
    212
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm

    r251814 r252405  
    16151615}
    16161616
    1617 TEST(ServiceWorkers, ThrottleCrash)
     1617TEST(ServiceWorkers, DISABLED_ThrottleCrash)
    16181618{
    16191619    [WKWebsiteDataStore _allowWebsiteDataRecordsForAllOrigins];
Note: See TracChangeset for help on using the changeset viewer.