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:
parent
c03c66ec48
commit
4216724d0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user