diff --git a/openmp/runtime/test/ompt/misc/lock_double_destroy.cpp b/openmp/runtime/test/ompt/misc/lock_double_destroy.cpp index bbdf348e97e7..4d57f069a4b1 100644 --- a/openmp/runtime/test/ompt/misc/lock_double_destroy.cpp +++ b/openmp/runtime/test/ompt/misc/lock_double_destroy.cpp @@ -1,5 +1,8 @@ // RUN: %libomp-cxx-compile-and-run | FileCheck %s -// REQUIRES: ompt + +// disabled until fixed, see: https://github.com/llvm/llvm-project/pull/145625#issuecomment-3007625680 +// remove "needs-fix", after fixing the issue in the runtime +// REQUIRES: ompt, needs-fix #include "callback.h" #include "omp_testsuite.h"