diff --git a/projects/rocr-runtime/rocrtst/suites/test_common/main.cc b/projects/rocr-runtime/rocrtst/suites/test_common/main.cc index f114b53c7e..d22245e0ca 100755 --- a/projects/rocr-runtime/rocrtst/suites/test_common/main.cc +++ b/projects/rocr-runtime/rocrtst/suites/test_common/main.cc @@ -131,7 +131,7 @@ TEST(rocrtst, Test_Example) { // simultaneously in 2 different processes (SWDEV-134085); The test can be run // by itself to test IPC and avoid the negative consequnces of the defect // mentioned. To do this, use the --gtest_also_run_disabled_tests flag. -TEST(rocrtstFunc, DISABLED_IPC) { +TEST(rocrtstFunc, IPC) { IPCTest ipc; RunGenericTest(&ipc); }