Changeset 243131 in webkit
- Timestamp:
- Mar 18, 2019, 10:46:42 PM (6 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r243116 r243131 1 2019-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 1 10 2019-03-18 Timothy Hatcher <timothy@apple.com> 2 11 -
trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/Download.mm
r243110 r243131 886 886 } 887 887 888 TEST(_WKDownload, D ownloadMonitorSurvive)888 TEST(_WKDownload, DISABLED_DownloadMonitorSurvive) 889 889 { 890 890 __block BOOL timeoutReached = NO;
Note:
See TracChangeset
for help on using the changeset viewer.