summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMario Emmenlauer <memmenlauer@biodataanalysis.de>2020-04-24 08:51:37 +0200
committerGitHub <noreply@github.com>2020-04-24 07:51:37 +0100
commit802793638b3e06d8b9031ae4d0b765735165c598 (patch)
treed514ca6ed48f16fb99ab228950564848f3440cd0 /appveyor.yml
parented0bad34301741c6ea7473e891d1c6886e8db9e1 (diff)
downloadthrift-802793638b3e06d8b9031ae4d0b765735165c598.tar.gz
THRIFT-4282: Disabled StressTestNonBlocking on Windows
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 233a056b9..96fe30cf3 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -45,7 +45,6 @@ environment:
PYTHON_VERSION: 3.6
QT_VERSION: 5.10
ZLIB_VERSION: 1.2.11
- DISABLED_TESTS: (StressTestNonBlocking)
- PROFILE: MSVC2015
PLATFORM: x86
@@ -56,18 +55,17 @@ environment:
PYTHON_VERSION: 3.5
QT_VERSION: 5.8
ZLIB_VERSION: 1.2.8
- DISABLED_TESTS: (StressTestNonBlocking)
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- PROFILE: MINGW
PLATFORM: x64
CONFIGURATION: RelWithDebInfo
- DISABLED_TESTS: (StalenessCheckTest|StressTestNonBlocking)
+ DISABLED_TESTS: (StalenessCheckTest)
- PROFILE: CYGWIN
PLATFORM: x64
CONFIGURATION: RelWithDebInfo
- DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest|StressTestNonBlocking)
+ DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest)
install:
- cd %APPVEYOR_BUILD_FOLDER%