Skip to content

Commit

Permalink
Clarify why config-sil-gen-pm is skipped initially (needs its own test)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Dec 22, 2023
1 parent 99949a1 commit ceceaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def pytest_configure(config):
for config_path in everest_configs:
config_id = config_path.stem
if config_id == 'config-sil-gen-pm':
# skip
# skip, needs to have a dedicated test
continue
pytest.everest_configs['params'].append(config_path)
pytest.everest_configs['ids'].append(config_id)

0 comments on commit ceceaba

Please sign in to comment.