Re: [PATCH v2] iotests: Skip test_stream_parallel in test 030 when doing "make check"

2020-09-07 Thread Max Reitz
On 07.09.20 13:38, Thomas Huth wrote: > The test_stream_parallel test still occasionally fails in the CI. > Thus let's disable it during "make check" for now so that it does > not cause trouble during merge tests. We can enable it again once > the problem has been resolved. > > Signed-off-by:

[PATCH v2] iotests: Skip test_stream_parallel in test 030 when doing "make check"

2020-09-07 Thread Thomas Huth
The test_stream_parallel test still occasionally fails in the CI. Thus let's disable it during "make check" for now so that it does not cause trouble during merge tests. We can enable it again once the problem has been resolved. Signed-off-by: Thomas Huth --- v2: Use @unittest.skipIf()