You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our expensive tests are broken and were not run on CI.
To reproduce:
Checkout the most recent master/staging branch;
Run
cargo test --all --features expensive_tests
Observe ~30 broken tests.
It seems like expensive tests were not run by the CI pipeline because there were configured to run daily on schedule (oppose to on each branch commit) but now the schedule was removed somehow from the Gitlab dashboard and we were not running them for a while.
The text was updated successfully, but these errors were encountered:
Our expensive tests are broken and were not run on CI.
To reproduce:
master
/staging
branch;cargo test --all --features expensive_tests
Observe ~30 broken tests.
It seems like expensive tests were not run by the CI pipeline because there were configured to run daily on schedule (oppose to on each branch commit) but now the schedule was removed somehow from the Gitlab dashboard and we were not running them for a while.
The text was updated successfully, but these errors were encountered: