mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 11:30:36 +00:00
To discover what tests are included into combined_tests, pytest check this at the very beginning. In the case if combined_tests binary is missing, it will fail discovery and will not run test, even when it was not included into combined_tests. This PR changes behavior, so it will not fail when combined_tests is missing and only fail in case someone tries to run test from it. Closes scylladb/scylladb#24761