Skip to content

Commit 9207f92

Browse files
committed
doc(tests): explain spurious xfails
1 parent 2eea873 commit 9207f92

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test/test_graphtik.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,9 @@ def test_rescheduling_NO_RESULT(exemethod):
16681668
assert sol.scream_if_incomplete()
16691669

16701670

1671-
@pytest.mark.xfail(reason="Spurious copied-reversed graphs, with dubious cause....")
1671+
@pytest.mark.xfail(
1672+
reason="Spurious copied-reversed graphs in Travis, with dubious cause...."
1673+
)
16721674
def test_multithreading_plan_execution():
16731675
# Compose the mul, sub, and abspow operations into a computation graph.
16741676
# From Huygn's test-code given in yahoo/graphkit#31
@@ -1745,7 +1747,9 @@ def fn3(z, k=1):
17451747

17461748

17471749
@pytest.mark.slow
1748-
@pytest.mark.xfail(reason="Spurious copied-reversed graphs, with dubious cause....")
1750+
@pytest.mark.xfail(
1751+
reason="Spurious copied-reversed graphs in Travis, with dubious cause...."
1752+
)
17491753
def test_multi_threading_computes():
17501754
import random
17511755

0 commit comments

Comments
 (0)