From ed812e304a04fd1bd94ca6516f5d014f862c534a Mon Sep 17 00:00:00 2001 From: Vladislav Sytchenko Date: Mon, 14 Dec 2020 12:30:10 -0500 Subject: [PATCH] Disable oclruntime.OCLDynamic test This test is causing a PSDB timeout. Not all systems can support device enqueue on rocm. Change-Id: I55a209877288e6cc96b2426bf960fa9a431ac7c3 --- opencl/tests/ocltst/module/runtime/oclruntime.exclude | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opencl/tests/ocltst/module/runtime/oclruntime.exclude b/opencl/tests/ocltst/module/runtime/oclruntime.exclude index 3943769aee..01863d078d 100644 --- a/opencl/tests/ocltst/module/runtime/oclruntime.exclude +++ b/opencl/tests/ocltst/module/runtime/oclruntime.exclude @@ -7,3 +7,5 @@ OCLCPUGuardPages OCLRegionDeviceQueries OCLPerfCounters + +OCLDynamic