forked from phoenix-oss/llama-stack-mirror
Kill unnecessary check on --safety-shield test param
This commit is contained in:
parent
996f27a308
commit
984a8039ad
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ def pytest_generate_tests(metafunc):
|
|||
if "safety_shield" in metafunc.fixturenames:
|
||||
shield_id = metafunc.config.getoption("--safety-shield")
|
||||
if shield_id:
|
||||
assert shield_id.startswith("meta-llama/")
|
||||
params = [pytest.param(shield_id, id="")]
|
||||
else:
|
||||
params = SAFETY_SHIELD_PARAMS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue