Skip to content

Commit

Permalink
disabled tests in both shp-tests and shp-tests-3
Browse files Browse the repository at this point in the history
  • Loading branch information
lslusarczyk committed Jul 10, 2024
1 parent f940b7f commit a29c3fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/distributed-ranges/shp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ endfunction()
# sort: https://github.com/oneapi-src/distributed-ranges/issues/785
# ExclusiveScan.empty: https://github.com/oneapi-src/distributed-ranges/issues/791
# IotaView.ZipWithDR: https://github.com/oneapi-src/distributed-ranges/issues/792
add_shp_ctest(shp-tests shp-tests)
add_shp_ctest(shp-tests-3 shp-tests --devicesCount 3 --gtest_filter=-Sort*:ShpTests.Sort*:ExclusiveScan*empty:IotaView*ZipWithDR)
set(test-exclusions Sort*:ShpTests.Sort*:ExclusiveScan*empty:IotaView*ZipWithDR)

add_shp_ctest(shp-tests shp-tests --gtest_filter=-${test-exclusions})
add_shp_ctest(shp-tests-3 shp-tests --devicesCount 3 --gtest_filter=-${test-exclusions})
add_shp_ctest(shp-tests-3-only shp-tests-3 --devicesCount 3)

0 comments on commit a29c3fa

Please sign in to comment.