From 8a1948283aa2d0b452b3ee2954c49b6a765a3e1a Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Mon, 25 Feb 2019 21:20:19 +0100 Subject: AppVeyor: re-enable test 500 It's passing now. Closes https://github.com/curl/curl/pull/3615 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index c23723b19..ff8043040 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,7 +62,7 @@ build_script: test_script: - if %TESTING%==ON ( - C:\msys64\usr\bin\bash.exe -e -l -c "cd /c/projects/curl/tests && ./runtests.pl -a -p !flaky !500 !1139" ) + C:\msys64\usr\bin\bash.exe -e -l -c "cd /c/projects/curl/tests && ./runtests.pl -a -p !flaky !1139" ) # whitelist branches to avoid testing feature branches twice (as branch and as pull request) branches: -- cgit v1.2.3