diff --git a/.appveyor.yml b/.appveyor.yml index 61602327..a7c68957 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -57,7 +57,8 @@ build_script: test_script: - cmd: echo Running CTest... - cmd: cd c:\projects\STEPcode\build - - cmd: ctest -j2 . -C Debug --output-on-failure + - cmd: echo excluding test_inverse_attr3, which hangs + - cmd: ctest -j2 . -C Debug -E test_inverse_attr3 --output-on-failure # - cmd: grep -niB20 "Test Failed" Testing/Temporary/LastTest.log