Skip to content

Commit d02471a

Browse files
committed
[MLIR] Partially disable test/Integration/GPU/CUDA/async.mlir
This test is flaky, needs investigation. See #170833
1 parent f199836 commit d02471a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

mlir/test/Integration/GPU/CUDA/async.mlir

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
// RUN: --shared-libs=%mlir_cuda_runtime \
99
// RUN: --shared-libs=%mlir_async_runtime \
1010
// RUN: --shared-libs=%mlir_runner_utils \
11-
// RUN: --entry-point-result=void -O0 \
12-
// RUN: | FileCheck %s
11+
// RUN: --entry-point-result=void -O0
12+
// RUN:
13+
// This test is overly flaky right now and needs investigation, skipping FileCheck.
14+
// See: https://github.com/llvm/llvm-project/issues/170833
15+
// DISABLED: | FileCheck %s
1316

1417
func.func @main() {
1518
%c0 = arith.constant 0 : index

0 commit comments

Comments
 (0)