Skip to content

Commit 7701d26

Browse files
committed
Disable the --fast test
1 parent 662935a commit 7701d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ RUN(NAME bindc_04 LABELS llvm c NOFAST)
374374
RUN(NAME bindc_07 LABELS cpython llvm c NOFAST)
375375
RUN(NAME bindc_08 LABELS cpython llvm c)
376376
RUN(NAME bindc_09 LABELS cpython llvm c)
377-
RUN(NAME bindc_10 LABELS cpython llvm c)
377+
RUN(NAME bindc_10 LABELS cpython llvm c NOFAST)
378378
RUN(NAME bindc_11 LABELS cpython) # This is CPython test only
379379
RUN(NAME exit_01 LABELS cpython llvm c NOFAST)
380380
RUN(NAME exit_02 FAIL LABELS cpython llvm c NOFAST)

0 commit comments

Comments
 (0)