Skip to content

Commit da08ace

Browse files
committed
temporarily remove associate test
1 parent 8c79f51 commit da08ace

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/beman/execution/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
88
message(FATAL_ERROR "In-source builds are not allowed!")
99
endif()
1010

11+
list(
12+
APPEND
13+
todo
14+
exec-associate.test
15+
)
1116
list(
1217
APPEND
1318
execution_tests
1419
exec-scope-counting.test
15-
exec-associate.test
1620
exec-spawn.test
1721
exec-stop-when.test
1822
exec-prop.test

0 commit comments

Comments
 (0)