Skip to content

Commit 3111b8b

Browse files
committed
Mark additional tests as xfail while enumpoly is evolving.
1 parent fb1cd9b commit 3111b8b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

tests/test_nash.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,10 @@ def test_nash_strategy_solver_w_start(test_case: EquilibriumTestCaseWithStart, s
20702070
regret_tol=TOL,
20712071
prob_tol=TOL,
20722072
),
2073-
marks=pytest.mark.nash_enumpoly_behavior,
2073+
marks=[
2074+
pytest.mark.nash_enumpoly_behavior,
2075+
pytest.mark.xfail(reason="Changes in operation of enumpoly"),
2076+
],
20742077
id="test_enumpoly_behavior_7",
20752078
),
20762079
pytest.param(
@@ -2084,7 +2087,10 @@ def test_nash_strategy_solver_w_start(test_case: EquilibriumTestCaseWithStart, s
20842087
regret_tol=TOL,
20852088
prob_tol=TOL,
20862089
),
2087-
marks=pytest.mark.nash_enumpoly_behavior,
2090+
marks=[
2091+
pytest.mark.nash_enumpoly_behavior,
2092+
pytest.mark.xfail(reason="Changes in operation of enumpoly"),
2093+
],
20882094
id="test_enumpoly_behavior_8",
20892095
),
20902096
# 4-player game

0 commit comments

Comments
 (0)