From ee149e4610c85be73a531ae6f013e5124b740055 Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Thu, 30 Jul 2020 16:15:51 -0400 Subject: [PATCH] [dtest] disable hipStreamCreateWithPriority test temporarily as it fails randomly on Jenkins Change-Id: I4edcd555653ef8e7562245da3a6f310d60884fe0 --- tests/src/runtimeApi/stream/hipStreamCreateWithPriority.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/runtimeApi/stream/hipStreamCreateWithPriority.cpp b/tests/src/runtimeApi/stream/hipStreamCreateWithPriority.cpp index 11cd8d95b5..e7e3261d64 100644 --- a/tests/src/runtimeApi/stream/hipStreamCreateWithPriority.cpp +++ b/tests/src/runtimeApi/stream/hipStreamCreateWithPriority.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp + * BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM all * TEST: %t * HIT_END */