From 6c99b04c87da2f646ad9f9829e95417e01dd3db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Wed, 21 Mar 2018 11:44:17 +0100 Subject: [PATCH] Allow VS 2017 failures VS 2017 has an annoying bug, where the result of `__FILE__` substitution is always lower-cased. This breaks approval tests and I am not quite convinced that we should fully normalized paths to accomodate this bug. We need to remember to undo this in the future though. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 847d3f62..21d56cf8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,6 +33,8 @@ environment: matrix: + allow_failures: + - os: Visual Studio 2017 exclude: - os: Visual Studio 2015 additional_flags: "/permissive- /std:c++latest"