[offload][lit] Disable target_critical_region.cpp on Intel GPU (#189682)

Already disabled on other GPU platforms and sporadically failing on our
builder, so this test seems not be doing too hot.

Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
This commit is contained in:
Nick Sarnie 2026-04-01 03:54:17 +09:00 committed by GitHub
parent af6521fb3a
commit 899a78cbc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@
// UNSUPPORTED: nvptx64-nvidia-cuda
// UNSUPPORTED: nvptx64-nvidia-cuda-LTO
// UNSUPPORTED: amdgcn-amd-amdhsa
// UNSUPPORTED: intelgpu
#include <omp.h>
#include <stdio.h>