⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 245851 in webkit


Ignore:
Timestamp:
May 29, 2019, 9:58:56 AM (7 years ago)
Author:
aakash_jain@apple.com
Message:

Disable Flaky API Test TestWebKitAPI._WKDownload.DownloadMonitorCancel
https://bugs.webkit.org/show_bug.cgi?id=198328

Reviewed by Alexey Proskuryakov.

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r245843 r245851  
     12019-05-29  Aakash Jain  <aakash_jain@apple.com>
     2
     3        Disable Flaky API Test TestWebKitAPI._WKDownload.DownloadMonitorCancel
     4        https://bugs.webkit.org/show_bug.cgi?id=198328
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * TestWebKitAPI/Tests/WebKitCocoa/Download.mm:
     9
    1102019-05-28  Justin Michaud  <justin_michaud@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm

    r244594 r245851  
    880880}
    881881
    882 TEST(_WKDownload, DownloadMonitorCancel)
     882TEST(_WKDownload, DISABLED_DownloadMonitorCancel)
    883883{
    884884    downloadAtRate(0.5, 120); // Should cancel in ~0.5 seconds
Note: See TracChangeset for help on using the changeset viewer.