diff --git a/tests/handlers/api/test_network.py b/tests/handlers/api/test_network.py index 1bad3a8a..0818fecd 100644 --- a/tests/handlers/api/test_network.py +++ b/tests/handlers/api/test_network.py @@ -26,7 +26,7 @@ def test_udp_allocation(server, project): # Netfifaces is not available on Travis -@pytest.skipif(os.environ.get("TRAVIS", False)) +@pytest.mark.skipif(os.environ.get("TRAVIS", False), reason="Not supported on Travis") def test_interfaces(server): response = server.get('/interfaces', example=True) assert response.status == 200