Body
We have several tests marked in the code base with @pytest.mark.quarantined
It means that the tests are flaky and if fail in CI it does not fail the build.
The goal is to fix the tests and make them stable.
This task is to gather all of them under the same issue instead of dedicated issue per test.
Committer
Body
We have several tests marked in the code base with
@pytest.mark.quarantinedIt means that the tests are flaky and if fail in CI it does not fail the build.
The goal is to fix the tests and make them stable.
This task is to gather all of them under the same issue instead of dedicated issue per test.
Committer