Fix failing test since spawn.out does not contain "LOOPONFAILING" in pytest >= 3

This commit is contained in:
thou
2017-06-21 12:11:38 -05:00
committed by Tim Hou
parent 6256608669
commit f0dee10a0d

View File

@@ -268,7 +268,7 @@ class TestFunctional:
""")
child = testdir.spawn_pytest("-f %s" % p)
child.expect("1 xpass")
child.expect("### LOOPONFAILING ####")
# child.expect("### LOOPONFAILING ####")
child.expect("waiting for changes")
child.kill(15)