mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
unflip no-fast
This commit is contained in:
parent
e11d6a478a
commit
89e41f3155
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ def pytest_runtest_setup(item):
|
|||
"Slow tests are disabled, pass '--run-slow' to enable them.",
|
||||
_use_item_location=True,
|
||||
)
|
||||
if test_group_count == 0 and item.config.getoption("--no-fast-tests"):
|
||||
if test_group_count == 0 and not item.config.getoption("--no-fast-tests"):
|
||||
raise pytest.skip.Exception(
|
||||
"Fast tests have been disabled by '--no-fast-tests'.",
|
||||
_use_item_location=True,
|
||||
|
|
Loading…
Add table
Reference in a new issue