diff --git a/tools/tests/test_generate_binary_build_matrix.py b/tools/tests/test_generate_binary_build_matrix.py index cec27028ee..48e228cdb4 100644 --- a/tools/tests/test_generate_binary_build_matrix.py +++ b/tools/tests/test_generate_binary_build_matrix.py @@ -26,6 +26,7 @@ def matrix_compare_helper( "enable" if rocm else "disable", "enable" if cpu else "disable", "false", + "false", ) expected_json_filename = os.path.join(ASSETS_DIR, reference_output_file)