diff --git a/tests/gem5/arm-boot-tests/test_linux_boot.py b/tests/gem5/arm-boot-tests/test_linux_boot.py index d6e8ac94a5..9e04e24d62 100644 --- a/tests/gem5/arm-boot-tests/test_linux_boot.py +++ b/tests/gem5/arm-boot-tests/test_linux_boot.py @@ -94,7 +94,7 @@ arm-boot-test" "arm_boot_exit_run.py", ), config_args=config_args, - valid_isas=(constants.all_compiled,), + valid_isas=(constants.all_compiled_tag,), valid_hosts=constants.supported_hosts, length=length, protocol=protocol_to_use,