Changeset 243131 in webkit


Ignore:
Timestamp:
Mar 18, 2019 10:46:42 PM (5 years ago)
Author:
achristensen@apple.com
Message:

Disable flaky test added in r2431100
https://webkit.org/b/195785

  • TestWebKitAPI/Tests/WebKitCocoa/Download.mm:

(TestWebKitAPI::TEST):
Apparently bots don't hit 150kb/s as reliably as I do locally. Can't say I'm too surprised.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r243116 r243131  
     12019-03-18  Alex Christensen  <achristensen@webkit.org>
     2
     3        Disable flaky test added in r2431100
     4        https://webkit.org/b/195785
     5
     6        * TestWebKitAPI/Tests/WebKitCocoa/Download.mm:
     7        (TestWebKitAPI::TEST):
     8        Apparently bots don't hit 150kb/s as reliably as I do locally.  Can't say I'm too surprised.
     9
    1102019-03-18  Timothy Hatcher  <timothy@apple.com>
    211
  • trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm

    r243110 r243131  
    886886}
    887887
    888 TEST(_WKDownload, DownloadMonitorSurvive)
     888TEST(_WKDownload, DISABLED_DownloadMonitorSurvive)
    889889{
    890890    __block BOOL timeoutReached = NO;
Note: See TracChangeset for help on using the changeset viewer.