Skip to content

Commit b4fe053

Browse files
authored
Fix local test failing (#24)
2 parents a6dd345 + fe0a23a commit b4fe053

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

test/rvariant/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
set(
44
IRIS_TEST_RVARIANT_TESTS
55
rvariant
6-
many_alternatives_32
76
get_visit
87
flexible
98
recursive_wrapper
109
truly_recursive
1110
io
1211
)
1312

13+
if(IRIS_CI)
14+
list(APPEND IRIS_TEST_RVARIANT_TESTS many_alternatives_32)
15+
endif()
16+
1417
iris_define_sub_tests(rvariant ${IRIS_TEST_RVARIANT_TESTS})
1518

1619
foreach(test_name IN LISTS IRIS_TEST_RVARIANT_TESTS)

test/rvariant/many_alternatives_32.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
// SPDX-License-Identifier: MIT
22

3-
#if IRIS_CI
43
#include "iris_rvariant_test.hpp"
54

6-
75
namespace unit_test {
86

97
namespace {
@@ -97,5 +95,3 @@ TEST_CASE("many alternatives (32)")
9795
}
9896

9997
} // unit_test
100-
101-
#endif // IRIS_CI

0 commit comments

Comments
 (0)