Skip to content
Snippets Groups Projects
Commit 67cc4b0c authored by Karim Ahmed's avatar Karim Ahmed
Browse files

revert main conftest

parent ce70d961
No related branches found
No related tags found
1 merge request!610Add a pytest to run a dict of CALLAB test runs before releases
......@@ -86,10 +86,11 @@ def pytest_runtest_setup(item):
):
pytest.skip("gpfs not available")
if list(item.iter_markers(name="requires_caldb")) and not server_reachable(): # noqa
if list(item.iter_markers(name="requires_caldb")) and not server_reachable():
pytest.skip("caldb not available")
if (list(item.iter_markers(name="requires_mdc")) and
if (
list(item.iter_markers(name="requires_mdc")) and
item.config.getoption("--no-mdc")
):
pytest.skip("myMDC not available")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment