Skip to content

Commit 277e55c

Browse files
committed
lit: exclude mlir test case in benchgc folder
1 parent 8d11b7f commit 277e55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# excludes: A list of directories to exclude from the testsuite. The 'Inputs'
3838
# subdirectories contain auxiliary inputs for various tests in their parent
3939
# directories.
40-
config.excludes = []
40+
config.excludes = ["benchgc"]
4141

4242
# test_exec_root: The root path where tests should be run.
4343
config.test_exec_root = os.path.join(config.gc_obj_root, "test")

0 commit comments

Comments
 (0)