We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5beede commit 9393520Copy full SHA for 9393520
test/run_test.py
@@ -905,7 +905,9 @@ def main():
905
if IS_CI:
906
selected_tests = get_reordered_tests(selected_tests)
907
# downloading test cases configuration to local environment
908
- get_test_case_configs(dirpath=test_directory)
+ # 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)
911
912
has_failed = False
913
failure_messages = []
0 commit comments