Remove filter for excluded tests from AppVeyor config. (#165)
authorDreamer <dreamer.dead@gmail.com>
Tue, 2 Aug 2016 11:28:57 +0000 (14:28 +0300)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Tue, 2 Aug 2016 11:28:57 +0000 (12:28 +0100)
appveyor.yml

index f382397..bb68600 100644 (file)
@@ -38,6 +38,4 @@ build_script:
   - cmake --build . --config %configuration%
 
 test_script:
-  # strip_flags_binary test currently fails on AppVeyor in Debug configuration.
-  - IF %configuration%==Debug SET GFLAGS_EXCLUDED_TESTS=strip_flags_binary
-  - ctest -C %configuration% -E %GFLAGS_EXCLUDED_TESTS%
+  - ctest -C %configuration%