botify-labs / simpleflow

Python library for dataflow programming.
https://botify-labs.github.com/simpleflow/
MIT License
68 stars 24 forks source link

Mark flaky tests as expected to fail #301

Closed jbbarth closed 7 years ago

jbbarth commented 7 years ago

The tests around multiprocessing are very unreliable, and often break Travis builds for no reason. So let's mark them as expected to fail and keep them around only for the cases where we touch the multiprocessing code.