diff --git a/test/test_examples.py b/test/test_examples.py index 54577e678..dce257cf9 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -11,7 +11,9 @@ def test_load_scripts(): tmaster = tservers.TestMaster(config.ProxyConfig()) for f in scripts: - if "har_extractor" in f or "flowwriter" in f: + if "har_extractor" in f: + continue + if "flowwriter" in f: f += " -" if "iframe_injector" in f: f += " foo" # one argument required