This PR introduces a new pytest mark for our tests, unstable. This meant to be used for the tests that are not stable enough. We will group such tests together and skip on the initial tasks of the CI, and we will only run it after the run of stable tests is completed. This can also provide insights on which part of our codebase is less stable.
This PR introduces a new pytest mark for our tests, unstable. This meant to be used for the tests that are not stable enough. We will group such tests together and skip on the initial tasks of the CI, and we will only run it after the run of stable tests is completed. This can also provide insights on which part of our codebase is less stable.