Skip to content

Commit 4161eac

Browse files
committed
Disable flaky barrier tests
1 parent 1f430cf commit 4161eac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libcudacxx/.upstream-tests/test/heterogeneous/barrier_parity.cuda.pass.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//===----------------------------------------------------------------------===//
99

1010
// UNSUPPORTED: nvrtc, pre-sm-70
11+
// UNSUPPORTED: *
1112

1213
// uncomment for a really verbose output detailing what test steps are being launched
1314
// #define DEBUG_TESTERS

libcudacxx/.upstream-tests/test/heterogeneous/barrier_parity.std.pass.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
//===----------------------------------------------------------------------===//
99

1010
// UNSUPPORTED: nvrtc, pre-sm-70
11+
// UNSUPPORTED: *
1112

1213
// uncomment for a really verbose output detailing what test steps are being launched
1314
// #define DEBUG_TESTERS

0 commit comments

Comments
 (0)