SWDEV-277697 - Disable Saxpy test in catch

Change-Id: I9ca0ac1baa39ea31fa503c01ca8d362b6b0626a9
This commit is contained in:
Jatin Chaudhary
2021-06-04 00:29:35 -07:00
committed by Jatin Chaudhary
parent 3f503283e1
commit b21882ac59
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ target_link_libraries(UnitTests PRIVATE DeviceLibs
# Add AMD Only Tests
if(HIP_PLATFORM MATCHES "amd")
target_link_libraries(UnitTests PRIVATE RTC)
# target_link_libraries(UnitTests PRIVATE RTC)
endif()
catch_discover_tests(UnitTests PROPERTIES SKIP_REGULAR_EXPRESSION "HIP_SKIP_THIS_TEST")