Skip to content

Commit cdd308a

Browse files
committed
Disable newly failing tests until we can investigate
1 parent c20c0d6 commit cdd308a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/CMakeLists.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,11 @@ add_subdirectory(sighandler)
7171
# The following tests are not supported on ARM64 yet
7272
if (NOT LIBIA2_AARCH64)
7373
# not supported on ARM because they allocate
74-
add_subdirectory(heap_two_keys)
74+
# TODO(#413): Fix these tests on X86
75+
# add_subdirectory(heap_two_keys)
76+
# add_subdirectory(three_keys_minimal)
7577
add_subdirectory(read_config)
76-
add_subdirectory(three_keys_minimal)
78+
7779
# ARM does not support threads yet
7880
add_subdirectory(threads)
7981
add_subdirectory(protected_threads)

0 commit comments

Comments
 (0)