1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

Give a reason for travis skip test

This commit is contained in:
Julien Duponchelle 2015-05-26 12:00:13 +02:00
parent c03c66ec48
commit 4216724d0b

View File

@ -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