You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes tests.test_expect.ExpectTestCase.test_expect_order_exact test fails using legacy_wexpect (I have seen with new structure too, but rarely)
See build 1.0.201 and 1.0.203, which builds the same commit, however, the first fails, while the second passes.
To Reproduce
Run unittest tests.test_expect.ExpectTestCase.test_expect_order_exact several times, and it will fails sometimes.
Expected behavior
Never fail.
Environment:
windows version: see Appveyor
Python version: all the same (see Appveyor)
wexpect version >3.0
The text was updated successfully, but these errors were encountered:
Describe the bug
Sometimes
tests.test_expect.ExpectTestCase.test_expect_order_exact
test fails usinglegacy_wexpect
(I have seen with new structure too, but rarely)See build 1.0.201 and 1.0.203, which builds the same commit, however, the first fails, while the second passes.
To Reproduce
Run
unittest tests.test_expect.ExpectTestCase.test_expect_order_exact
several times, and it will fails sometimes.Expected behavior
Never fail.
Environment:
The text was updated successfully, but these errors were encountered: