Skip to content

Commit 59033f9

Browse files
committed
enable test_init_teardown in CI
1 parent 2b0ef8b commit 59033f9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959

6060
- name: Run regular tests
6161
working-directory: ${{github.workspace}}/build
62-
run: ctest -C ${{matrix.build_type}} --output-on-failure -E "fuzz|test_init_teardown"
62+
run: ctest -C ${{matrix.build_type}} --output-on-failure -E "fuzz"
6363

6464
- name: Run regular tests with proxy library
6565
working-directory: ${{env.BUILD_DIR}}
66-
run: LD_PRELOAD=./lib/libumf_proxy.so ctest -C ${{matrix.build_type}} --output-on-failure -E "fuzz|test_init_teardown"
66+
run: LD_PRELOAD=./lib/libumf_proxy.so ctest -C ${{matrix.build_type}} --output-on-failure -E "fuzz"
6767

6868
- name: Fuzz long test
6969
working-directory: ${{github.workspace}}/build

.github/workflows/reusable_multi_numa.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,11 @@ jobs:
5757
# On RHEL/SLES, hwloc version is just a little too low.
5858
# Skip some tests until we upgrade hwloc and update CMake to properly handle local hwloc installation.
5959
# TODO: fix issue #560
60-
# TODO: add issue for -E test_init_teardown - it is not clear why it fails
6160
- name: Run tests (on RHEL/SLES)
6261
if: (matrix.os == 'rhel-9.1') || (matrix.os == 'sles-15')
6362
working-directory: ${{github.workspace}}/build
6463
run: |
65-
ctest --output-on-failure --test-dir test -E "test_provider_os_memory_multiple_numa_nodes|test_init_teardown"
64+
ctest --output-on-failure --test-dir test -E "test_provider_os_memory_multiple_numa_nodes"
6665
./test/test_provider_os_memory_multiple_numa_nodes \
6766
--gtest_filter="-*checkModeLocal/*:*checkModePreferredEmptyNodeset/*:testNuma.checkModeInterleave"
6867

0 commit comments

Comments
 (0)