From 2c90a43675fbf63ba2d2b907a6a351212fa5f0d1 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 [ROCm/hip commit: ee149e4610c85be73a531ae6f013e5124b740055] --- .../tests/src/runtimeApi/stream/hipStreamCreateWithPriority.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/runtimeApi/stream/hipStreamCreateWithPriority.cpp b/projects/hip/tests/src/runtimeApi/stream/hipStreamCreateWithPriority.cpp index 11cd8d95b5..e7e3261d64 100644 --- a/projects/hip/tests/src/runtimeApi/stream/hipStreamCreateWithPriority.cpp +++ b/projects/hip/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 */