tests: 'NULL_MI' -> 'NULL' in test_replacement_policies.py
NULL already compiled to include the MI protocol. This explicit declaration causes compilation of another binary which is not required.
This commit is contained in:
@@ -50,7 +50,6 @@ def test_replacement_policy(config_name: str, config_path: str) -> None:
|
||||
),
|
||||
config_args=[config_name, config_path],
|
||||
valid_isas=(constants.null_tag,),
|
||||
protocol="MI_example",
|
||||
valid_hosts=constants.supported_hosts,
|
||||
length=constants.long_tag,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user