Skip to content

Commit bda2f8c

Browse files
authored
remove auto-rule-cli-tests (#816)
remove of testing invoking auto rule tests because it freezes the testrunner. Co-authored-by: Jörg Zimmermann <joerg.zimmermann@bwi.de>
1 parent 68f6b42 commit bda2f8c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/unit/test_run_logprep.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ def setup_method(self):
3232
"test config tests/testdata/config/config.yml",
3333
"logprep.run_logprep._get_configuration",
3434
),
35-
(
36-
"test unit tests/testdata/config/config.yml",
37-
"logprep.util.auto_rule_tester.auto_rule_tester.AutoRuleTester.run",
38-
),
3935
(
4036
"print tests/testdata/config/config.yml",
4137
"logprep.util.configuration.Configuration.as_yaml",
@@ -48,10 +44,6 @@ def setup_method(self):
4844
"test config tests/testdata/config/config.yml tests/testdata/config/config.yml",
4945
"logprep.run_logprep._get_configuration",
5046
),
51-
(
52-
"test unit tests/testdata/config/config.yml tests/testdata/config/config.yml",
53-
"logprep.util.auto_rule_tester.auto_rule_tester.AutoRuleTester.run",
54-
),
5547
(
5648
"print tests/testdata/config/config.yml tests/testdata/config/config.yml",
5749
"logprep.util.configuration.Configuration.as_yaml",

0 commit comments

Comments
 (0)