Skip to content

Commit 98c39e1

Browse files
committed
test(ut): support excluding specific test files from discovery
1 parent a9ba6e0 commit 98c39e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_all_unit_tests():
2121
unit_tests = {}
2222

2323
EXCLUDE_UNIT_TESTS = [
24-
"tests/unit_tests/megatron/cco/test_tp_overlap.py",
24+
"unit_tests/megatron/cco/test_tp_overlap.py",
2525
]
2626

2727
for root, dirs, files in os.walk(cur_dir):

0 commit comments

Comments
 (0)