Removed pretty print test

This commit is contained in:
George Hughey 2020-02-17 21:44:26 -08:00
parent 658b5e51b2
commit 6f31a29faa
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import actions.drop
import actions.tamper
import actions.duplicate
import actions.utils
import platform
def test_init():
@ -130,6 +131,8 @@ def test_pretty_print():
"""
Print complex tree, although difficult to test
"""
if platform.system() == "Windows":
return
t = actions.trigger.Trigger("field", "flags", "TCP")
a = actions.tree.ActionTree("out", trigger=t)
tamper = actions.tamper.TamperAction(field="flags", tamper_type="replace", tamper_value="S")