Skip to content

Commit a51a515

Browse files
Revert "Disable call that results in timeouts on CI"
This reverts commit 9393520, which was thought to be a fix for timeouts being observed in CI. The actual reason was a bad CI node causing the timeouts.
1 parent b87a36b commit a51a515

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/run_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -905,9 +905,7 @@ def main():
905905
if IS_CI:
906906
selected_tests = get_reordered_tests(selected_tests)
907907
# downloading test cases configuration to local environment
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)
908+
get_test_case_configs(dirpath=test_directory)
911909

912910
has_failed = False
913911
failure_messages = []

0 commit comments

Comments
 (0)