Skip to content

Commit

Permalink
Re-enable pkg-host tests on Windows (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperl authored Oct 5, 2023
1 parent f8e67de commit 169fb91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions external/fail.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@ list(APPEND TOIT_SKIP_TESTS

if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows" OR "${CMAKE_SYSTEM_NAME}" STREQUAL "MSYS")
list(APPEND TOIT_SKIP_TESTS
# Temporarely disable fork tests on Windows.
# See https://github.com/toitlang/pkg-host/issues/47
pkg-host/tests/fork_stress_test_slow.toit
pkg-host/tests/pipe2_test.toit
)
endif()

0 comments on commit 169fb91

Please sign in to comment.