From cfa98a32c0e5231ce2c37f2618ae67c31330500a Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 17 Apr 2017 01:06:27 -0400 Subject: [PATCH] Add Win64 to exclude until the issues are sorted out --- .appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6d35ae3f..67a71b8a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -44,7 +44,9 @@ test_script: # - https://stackoverflow.com/questions/43423761/cant-perform-64-bit-testing-under-appveyor # Appveyor also complains that it can't find VS2010 tools even though the docs state they are there. matrix: - allow_failures: +# allow_failures: + + exclude: - platform: Win64 configuration: Debug - platform: Win64