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.
This commit is contained in:
Martin Hořeňovský 2018-03-21 11:44:17 +01:00
parent 0a34cc201e
commit 6c99b04c87
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ environment:
matrix:
allow_failures:
- os: Visual Studio 2017
exclude:
- os: Visual Studio 2015
additional_flags: "/permissive- /std:c++latest"