commit | 9ecdce3fe00931cebda39357b31b655236ab9221 | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Fri May 03 11:24:55 2019 -0400 |
committer | James E. King III <jking@apache.org> | Sat May 04 21:52:29 2019 -0400 |
tree | 4232d6c92cf8b0a9bc544c3becd2c336fdba83a8 | |
parent | 27d8387c49a49fcf193893f834e9766ae0b051c1 [diff] [blame] |
Fix MinGW build issue in AppVeyor
diff --git a/appveyor.yml b/appveyor.yml index 74c92f1..ef729eb 100755 --- a/appveyor.yml +++ b/appveyor.yml
@@ -62,7 +62,7 @@ - PROFILE: MINGW PLATFORM: x64 CONFIGURATION: RelWithDebInfo - DISABLED_TESTS: (StressTestNonBlocking) + DISABLED_TESTS: (StalenessCheckTest|StressTestNonBlocking) - PROFILE: CYGWIN PLATFORM: x64