Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Removing flakiness from block_production.py
The test relies on being able to query all the nodes between every two blocks produced. Before 7028068 it was likely but flaky, after it the test fails consistently. It is due to the fact that store validity checks take ~0.35 seconds per `get_status`. Disabling the validity checks for this test Fixes #3143
- Loading branch information