mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
09b0548b5f
config.after(:suite) which stops minio server is called every time one of the groups of parallel tests complete. This works fine most of the time with parallel spec runs, but sometimes one of these MinioRunner.stop calls happens while a spec is running in another process that expects the minio server to be running. Skipping these tests to avoid flakys for now.