From a1066569b827b976bdbee5c92174f145e29e4731 Mon Sep 17 00:00:00 2001 From: Ron Lieberman Date: Mon, 28 Nov 2022 19:10:43 -0600 Subject: [PATCH] [check-openmp] fix bug49334 bot fails - temporary --- openmp/libomptarget/test/offloading/bug49334.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openmp/libomptarget/test/offloading/bug49334.cpp b/openmp/libomptarget/test/offloading/bug49334.cpp index bcab9f68062f..2568d50eba2e 100644 --- a/openmp/libomptarget/test/offloading/bug49334.cpp +++ b/openmp/libomptarget/test/offloading/bug49334.cpp @@ -1,6 +1,9 @@ // The test is disabled for now because of the flaky failure which can cause // Buildbot gives false negative results. +// RUN: nothing +// REQUIRES: testToBeFixed + #include #include #include