Skip to content

Commit

Permalink
Don't run tests with UNIMPLEMENTED on Windows. (#1827)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Sep 22, 2023
1 parent 35225d8 commit 998ca8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ctest/fail.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(TOIT_SKIP_TESTS
)

if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows" OR "${CMAKE_SYSTEM_NAME}" STREQUAL "MSYS")
list(APPEND TOIT_FAILING_TESTS
list(APPEND TOIT_SKIP_TESTS
tests/ctest/ar-read-test.cc
tests/ctest/image-test.cc
tests/ctest/ar-test.toit
Expand Down

0 comments on commit 998ca8c

Please sign in to comment.