Marked tunneling test as xfail until we figure out why it doesn't work

This commit is contained in:
Shay Nehmad 2019-10-07 10:39:40 +03:00
parent 59e3deb09e
commit f45428186d
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ class TestMonkeyBlackbox(object):
def test_shellshock_exploiter(self, island_client):
TestMonkeyBlackbox.run_basic_test(island_client, "SHELLSHOCK.conf", "Shellschock_exploiter")
@pytest.mark.xfail(reason="Test fails randomly - still investigating.")
def test_tunneling(self, island_client):
TestMonkeyBlackbox.run_basic_test(island_client, "TUNNELING.conf", "Tunneling_exploiter", 10*60)