Bugfix: removed unneeded exploitation test run in ZeroLogon BB test

This commit is contained in:
VakarisZ 2021-03-08 12:35:31 +02:00
parent 44f6ce36b6
commit b43f669081
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@ class TestMonkeyBlackbox:
analyzers=[analyzer],
timeout=DEFAULT_TIMEOUT_SECONDS,
log_handler=log_handler).run()
TestMonkeyBlackbox.run_exploitation_test(island_client, ZeroLogon, "ZeroLogon_exploiter")
@pytest.mark.skip(reason="Perfomance test that creates env from fake telemetries is faster, use that instead.")
def test_report_generation_performance(self, island_client, quick_performance_tests):