[OpenMP][lit] Disable flaky test tasking/issue-94260-2.c (#176452)

The test sporadically fails on Linux. See
https://github.com/llvm/llvm-project/issues/176451 for more info.

Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
This commit is contained in:
Nick Sarnie 2026-02-14 02:06:36 +09:00 committed by GitHub
parent d521863f08
commit b217e5c5a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,8 @@
// RUN: %libomp-compile-and-run
// https://github.com/llvm/llvm-project/issues/176451
// UNSUPPORTED: linux && x86-target-arch
#include <stdio.h>
#include <omp.h>