Explorar el Código

disable docker flavor test (#2783)

mmetc hace 1 año
padre
commit
532e97e00f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker/test/tests/test_flavors.py

+ 1 - 1
docker/test/tests/test_flavors.py

@@ -22,7 +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")
+@pytest.mark.skip(reason="currently broken by hub upgrade")
 def test_flavor_content(crowdsec, flavor):
     """Test flavor contents"""
     with crowdsec(flavor=flavor) as cs: