Skip to content

Commit

Permalink
update UnitTests.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Jan 15, 2024
1 parent d927dfa commit beb3de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/UnitTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ list(APPEND CPU_POCL_FAILED_TESTS " ")
list(APPEND GPU_POCL_FAILED_TESTS " ") # TODO
list(APPEND NON_PARALLEL_TESTS " ")

list(APPEND NON_PARALLEL_TESTS "hipMultiThreadAddCallback") # added after adding MKL back into testing
list(APPEND NON_PARALLEL_TESTS "TestLargeGlobalVar")
list(APPEND NON_PARALLEL_TESTS "cuda-asyncAPI")
list(APPEND NON_PARALLEL_TESTS "Unit_hipMemcpy_Negative")
Expand Down

0 comments on commit beb3de5

Please sign in to comment.