summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-05-03 11:24:55 -0400
committerJames E. King III <jking@apache.org>2019-05-04 21:52:29 -0400
commit9ecdce3fe00931cebda39357b31b655236ab9221 (patch)
tree4232d6c92cf8b0a9bc544c3becd2c336fdba83a8 /appveyor.yml
parent27d8387c49a49fcf193893f834e9766ae0b051c1 (diff)
downloadthrift-9ecdce3fe00931cebda39357b31b655236ab9221.tar.gz
Fix MinGW build issue in AppVeyor
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 74c92f1fa..ef729eb2a 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -62,7 +62,7 @@ environment:
- PROFILE: MINGW
PLATFORM: x64
CONFIGURATION: RelWithDebInfo
- DISABLED_TESTS: (StressTestNonBlocking)
+ DISABLED_TESTS: (StalenessCheckTest|StressTestNonBlocking)
- PROFILE: CYGWIN
PLATFORM: x64