From 8f6768875b662574f44568a5a78d533e68412ccb Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 30 Jan 2024 06:18:33 -0800 Subject: [PATCH] fix_test --- tools/tests/test_generate_binary_build_matrix.py | 1 + 1 file changed, 1 insertion(+) 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)