From 3f55cc4ec36a0d9f51f67a12d9b01e0eaf1c3401 Mon Sep 17 00:00:00 2001 From: mdespain Date: Mon, 8 May 2017 09:01:52 -0600 Subject: [PATCH] Turning tests off for the time being --- appveyor.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 163e4f1f1..d772e0d1f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,14 +16,14 @@ install: build_script: - ps: ./build-appveyor.ps1 -# test: off -test: - assemblies: - - '_tests\*Test.dll' - categories: - except: - - IntegrationTest - - AutomationTest +test: off +#test: +# assemblies: +# - '_tests\*Test.dll' +# categories: +# except: +# - IntegrationTest +# - AutomationTest artifacts: - path: '_artifacts\*.zip'