File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments