Skip to content
Snippets Groups Projects
Commit 79310a58 authored by Pelle Koster's avatar Pelle Koster
Browse files

re-enable conditional docker compose testing

parent ebbbe1f9
No related branches found
No related tags found
No related merge requests found
...@@ -333,9 +333,9 @@ def verify_influx_content( ...@@ -333,9 +333,9 @@ def verify_influx_content(
assert all(counts[_f] > 0 for _f in expected_count_fields) assert all(counts[_f] > 0 for _f in expected_count_fields)
# @pytest.mark.skipif( @pytest.mark.skipif(
# not _use_docker_compose(), reason="docker compose not found or disabled" not _use_docker_compose(), reason="docker compose not found or disabled"
# ) )
def test_e2e_juniper( def test_e2e_juniper(
mocked_get_netconf, mocked_get_netconf,
config: Dict[str, Any], config: Dict[str, Any],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment