diff --git a/.automation_scripts/pytorch-unit-test-scripts/summarize_xml_testreports.py b/.automation_scripts/pytorch-unit-test-scripts/summarize_xml_testreports.py index 97c4424d89b03..4349a90f21f80 100755 --- a/.automation_scripts/pytorch-unit-test-scripts/summarize_xml_testreports.py +++ b/.automation_scripts/pytorch-unit-test-scripts/summarize_xml_testreports.py @@ -29,9 +29,12 @@ "_nvfuser.test_dynamo", "_nvfuser.test_python_frontend", "_nvfuser.test_torchscript", - "test_jit_cuda_fuser", "test_nvfuser_dynamo", - "test_nvfuser_frontend" + "test_nvfuser_frontend", + # Blocklisted on ROCm upstream, so it never runs there and would otherwise + # show up as falsely MISSED against the CUDA baseline. + "test_jit_cuda_fuser", + "inductor.test_cpu_repro" ]