diff --git a/test/interface_stats/test_interface_stats_e2e.py b/test/interface_stats/test_interface_stats_e2e.py index c26c600dae39081f941679473863460e8b6266ee..12033d90529a7639aa6be95aaf57c4969fdfdf40 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],