Skip to content

Commit 294cedc

Browse files
committed
Disable sparse_test
sparse_test uses the torch_mlir_e2e_test package, which is not available downstream. We also don't care about sparsity.
1 parent 640fd61 commit 294cedc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/python/fx_importer/sparsity/sparse_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
# RUN: %PYTHON %s | FileCheck %s
77

8+
# torch_mlir_e2e_test is not available downstream.
9+
# UNSUPPORTED: true
10+
811
from typing import Any, Callable, Optional, Tuple, Dict
912

1013
import torch

0 commit comments

Comments
 (0)