From f57c5a26effe5fd40f60b70255cdaa634635733d Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Fri, 20 Jan 2023 11:12:00 -0800 Subject: [PATCH] Temporarily disable failing tests (#131) Disable testing Unit_hipMemcpy_Positive_Synchronization_Behavior on NV. [ROCm/hip-tests commit: 888983f1d727d0d26252fc34dd113516cb9de1af] --- projects/hip-tests/.jenkins/jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip-tests/.jenkins/jenkinsfile b/projects/hip-tests/.jenkins/jenkinsfile index 48b654429f..ae4984e5a6 100644 --- a/projects/hip-tests/.jenkins/jenkinsfile +++ b/projects/hip-tests/.jenkins/jenkinsfile @@ -86,7 +86,7 @@ def hipBuildTest(String backendLabel) { if [[ $backendLabel =~ amd ]]; then ctest else - ctest -E 'Unit_hipMemcpyHtoD_Positive_Synchronization_Behavior|Unit_hipFreeNegativeHost' + ctest -E 'Unit_hipMemcpyHtoD_Positive_Synchronization_Behavior|Unit_hipMemcpy_Positive_Synchronization_Behavior|Unit_hipFreeNegativeHost' fi """ }