Skip to content

Commit 6102146

Browse files
author
Cuong Nguyen
committed
refactor: disable unittest.main() in TestLargeCluster for dedicated PR
1 parent d8bfbb7 commit 6102146

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/python/tests/test_large_cluster.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,4 +749,7 @@ def test_main_collect_command(self, mock_collect):
749749

750750

751751
if __name__ == "__main__":
752-
unittest.main()
752+
# Disable this test for this Pull Request
753+
# The refactored TestLargeCluster class is in a dedicated PR
754+
# unittest.main()
755+
pass

0 commit comments

Comments
 (0)