Skip to content

Commit 9393520

Browse files
Disable call that results in timeouts on CI
1 parent f5beede commit 9393520

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/run_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,9 @@ def main():
905905
if IS_CI:
906906
selected_tests = get_reordered_tests(selected_tests)
907907
# downloading test cases configuration to local environment
908-
get_test_case_configs(dirpath=test_directory)
908+
# TODO: Commenting out because causing timeouts in internal CI: https://github.com/ROCmSoftwarePlatform/pytorch/pull/1040#issuecomment-1206609026
909+
# Issue: https://github.com/ROCmSoftwarePlatform/frameworks-internal/issues/2369
910+
# get_test_case_configs(dirpath=test_directory)
909911

910912
has_failed = False
911913
failure_messages = []

0 commit comments

Comments
 (0)