Current Test.Reset() implementation fails on rollback to current height.
Often test files reset on every test except the first, this will fail when only a single test is run in that file.
Fix: onflow/cadence-tools#604
Scheduled transactions execute at a time determined by the emulator clock, which drifts with real wall time. This makes tests that assert on timing-sensitive behavior inherently flaky.
Fix: onflow/cadence#4466
Current Test.Reset() implementation fails on rollback to current height.
Often test files reset on every test except the first, this will fail when only a single test is run in that file.
Fix: onflow/cadence-tools#604
Scheduled transactions execute at a time determined by the emulator clock, which drifts with real wall time. This makes tests that assert on timing-sensitive behavior inherently flaky.
Fix: onflow/cadence#4466