summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-02-02 11:22:26 -0500
committerJames E. King III <jking@apache.org>2019-02-02 22:10:41 -0500
commit71afec0ea3fc700d5f0d1c46512723963bf1e2f7 (patch)
tree608b3060611783aecb999968468b2754054c12ba /appveyor.yml
parent4c57be0b609924f6516dd293985fc6d76f738c16 (diff)
downloadthrift-71afec0ea3fc700d5f0d1c46512723963bf1e2f7.tar.gz
THRIFT-4739: fix concurrency_test (test-only fix)
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2dee45fa8..39aba4f95 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -45,7 +45,7 @@ environment:
PYTHON_VERSION: 3.6
QT_VERSION: 5.10
ZLIB_VERSION: 1.2.11
- DISABLED_TESTS: (concurrency_test|StressTestNonBlocking)
+ DISABLED_TESTS: (StressTestNonBlocking)
- PROFILE: MSVC2015
PLATFORM: x86
@@ -56,18 +56,18 @@ environment:
PYTHON_VERSION: 3.5
QT_VERSION: 5.8
ZLIB_VERSION: 1.2.8
- DISABLED_TESTS: (concurrency_test|StressTestNonBlocking)
+ DISABLED_TESTS: (StressTestNonBlocking)
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- PROFILE: MINGW
PLATFORM: x64
CONFIGURATION: RelWithDebInfo
- DISABLED_TESTS: (concurrency_test|StressTestNonBlocking)
+ DISABLED_TESTS: (StressTestNonBlocking)
- PROFILE: CYGWIN
PLATFORM: x64
CONFIGURATION: RelWithDebInfo
- DISABLED_TESTS: (concurrency_test|ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest|StressTestNonBlocking)
+ DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest|StressTestNonBlocking)
install:
- cd %APPVEYOR_BUILD_FOLDER%