aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/test/ClEndToEndTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/cl/test/ClEndToEndTests.cpp')
-rw-r--r--src/backends/cl/test/ClEndToEndTests.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/backends/cl/test/ClEndToEndTests.cpp b/src/backends/cl/test/ClEndToEndTests.cpp
index fa6e027865..f28679cc96 100644
--- a/src/backends/cl/test/ClEndToEndTests.cpp
+++ b/src/backends/cl/test/ClEndToEndTests.cpp
@@ -514,12 +514,18 @@ TEST_CASE("ClQLstmEndToEndTest")
QLstmEndToEnd(clDefaultBackends);
}
-TEST_CASE("ClForceImportWithMisalignedInputBuffersEndToEndTest")
+TEST_CASE("ClForceImportWithMisalignedInputBuffersEndToEndTest"
+ // Currently, the CL workload for activation does not support tensor handle replacement so this test case
+ // will always fail.
+ * doctest::skip(true))
{
ForceImportWithMisalignedInputBuffersEndToEndTest(clDefaultBackends);
}
-TEST_CASE("ClForceImportWithMisalignedOutputBuffersEndToEndTest")
+TEST_CASE("ClForceImportWithMisalignedOutputBuffersEndToEndTest"
+ // Currently, the CL workload for activation does not support tensor handle replacement so this test case
+ // will always fail.
+ * doctest::skip(true))
{
ForceImportWithMisalignedOutputBuffersEndToEndTest(clDefaultBackends);
}