From 79310a583720aa20e98dc41a0a05de9f8ec62e03 Mon Sep 17 00:00:00 2001 From: Pelle Koster <pelle.koster@geant.org> Date: Fri, 28 Feb 2025 08:40:00 +0100 Subject: [PATCH] re-enable conditional docker compose testing --- test/interface_stats/test_interface_stats_e2e.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/interface_stats/test_interface_stats_e2e.py b/test/interface_stats/test_interface_stats_e2e.py index c26c600..12033d9 100644 --- a/test/interface_stats/test_interface_stats_e2e.py +++ b/test/interface_stats/test_interface_stats_e2e.py @@ -333,9 +333,9 @@ def verify_influx_content( assert all(counts[_f] > 0 for _f in expected_count_fields) -# @pytest.mark.skipif( -# not _use_docker_compose(), reason="docker compose not found or disabled" -# ) +@pytest.mark.skipif( + not _use_docker_compose(), reason="docker compose not found or disabled" +) def test_e2e_juniper( mocked_get_netconf, config: Dict[str, Any], -- GitLab