File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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+ )
16721674def 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+ )
17491753def test_multi_threading_computes ():
17501754 import random
17511755
You can’t perform that action at this time.
0 commit comments