Skip to content

Commit

Permalink
fix: test can't be finished
Browse files Browse the repository at this point in the history
  • Loading branch information
onroadmuwl committed Dec 18, 2023
1 parent 1956e11 commit 8221e5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion suite/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2577,7 +2577,9 @@ endif (ANNOTATIONS AND NOT ARM)

if (NOT ANDROID) # TODO i#38: Port test to Android.
tobuild_ci(client.attach_test client-interface/attach_test.runall "" "" "")
tobuild_ci(client.detach_test client-interface/detach_test.runall "" "" "")
if (NOT APPLE AND NOT RISCV64)
tobuild_ci(client.detach_test client-interface/detach_test.runall "" "" "")
endif ()
if (UNIX)
# Test attaching during a blocking syscall.
torunonly_ci(client.attach_blocking linux.infloop client.attach_test.dll
Expand Down

0 comments on commit 8221e5b

Please sign in to comment.