Skip to content

Commit 706f454

Browse files
authored
Disable test in test_meta.py (#1441)
1 parent 2b4250c commit 706f454

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

axelrod/tests/strategies/test_meta.py

-6
Original file line numberDiff line numberDiff line change
@@ -640,12 +640,6 @@ class TestNMWEDeterministic(TestMetaPlayer):
640640
def classifier_test(self, expected_class_classifier=None):
641641
pass
642642

643-
def test_strategy(self):
644-
actions = [(C, C), (C, D), (C, C), (D, D), (D, C)]
645-
self.versus_test(
646-
opponent=axl.Alternator(), expected_actions=actions, seed=11
647-
)
648-
649643

650644
class TestNMWEStochastic(TestMetaPlayer):
651645
name = "NMWE Stochastic"

0 commit comments

Comments
 (0)