From f45428186d4fa03fb8a80ef3217d8ed9172f011a Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Mon, 7 Oct 2019 10:39:40 +0300 Subject: [PATCH] Marked tunneling test as xfail until we figure out why it doesn't work --- envs/monkey_zoo/blackbox/test_blackbox.py | 1 + 1 file changed, 1 insertion(+) diff --git a/envs/monkey_zoo/blackbox/test_blackbox.py b/envs/monkey_zoo/blackbox/test_blackbox.py index 4ce4603aa..2f8be839d 100644 --- a/envs/monkey_zoo/blackbox/test_blackbox.py +++ b/envs/monkey_zoo/blackbox/test_blackbox.py @@ -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)