Skip to content

Commit

Permalink
Disable test in test_meta.py (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcharper authored Jun 11, 2024
1 parent 2b4250c commit 706f454
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions axelrod/tests/strategies/test_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,12 +640,6 @@ class TestNMWEDeterministic(TestMetaPlayer):
def classifier_test(self, expected_class_classifier=None):
pass

def test_strategy(self):
actions = [(C, C), (C, D), (C, C), (D, D), (D, C)]
self.versus_test(
opponent=axl.Alternator(), expected_actions=actions, seed=11
)


class TestNMWEStochastic(TestMetaPlayer):
name = "NMWE Stochastic"
Expand Down

0 comments on commit 706f454

Please sign in to comment.