mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-21 13:47:50 +00:00
Skip network interfaces on Travis
This commit is contained in:
parent
7cad25eb1a
commit
8abf22ef24
@ -26,7 +26,7 @@ def test_udp_allocation(server, project):
|
||||
|
||||
|
||||
# Netfifaces is not available on Travis
|
||||
@pytest.mark.skipif(os.environ.get("TRAVIS", False), reason="Not supported on Travis")
|
||||
@pytest.mark.skipif(os.environ.get("TRAVIS", False) is not 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