disable docker flavor test (#2781)

This commit is contained in:
mmetc 2024-01-25 00:03:56 +01:00 committed by GitHub
parent 2fb6f209aa
commit d7116a4a6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ def test_cscli_lapi(crowdsec, flavor):
assert "You can successfully interact with Local API (LAPI)" in stdout
@pytest.skip(reason="currently broken by hub upgrade")
def test_flavor_content(crowdsec, flavor):
"""Test flavor contents"""
with crowdsec(flavor=flavor) as cs: