This failures very often in the CI pipeline (e.g. https://ci.appveyor.com/project/madelson/medallionshell/builds/49368379/job/5y4a5w70cght8ksd):
Failed TestStopBufferingAndDiscard [3 s]
Error Message:
can finish after read (state=0, linesWritten=144)
Expected: True
But was: False
Stack Trace:
at Medallion.Shell.Tests.GeneralTest.TestStopBufferingAndDiscard() in C:\projects\medallionshell\MedallionShell.Tests\GeneralTest.cs:line 284
- at Medallion.Shell.Tests.GeneralTest.TestStopBufferingAndDiscard() in C:\projects\medallionshell\MedallionShell.Tests\GeneralTest.cs:line 284
FWIW, when I ran only that test alone consecutively locally, it passed 20+ times without any failures.