mirror of
https://github.com/GNS3/gns3-server
synced 2025-02-04 12:21:17 +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
|
# 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):
|
def test_interfaces(server):
|
||||||
response = server.get('/interfaces', example=True)
|
response = server.get('/interfaces', example=True)
|
||||||
assert response.status == 200
|
assert response.status == 200
|
||||||
|
Loading…
Reference in New Issue
Block a user