Skip to content

mark live-chain mnemonic test as ignored#63

Open
evanbranigan-dotcom wants to merge 1 commit into
zingolabs:mainfrom
evanbranigan-dotcom:mark-mnemonic-test-ignored
Open

mark live-chain mnemonic test as ignored#63
evanbranigan-dotcom wants to merge 1 commit into
zingolabs:mainfrom
evanbranigan-dotcom:mark-mnemonic-test-ignored

Conversation

@evanbranigan-dotcom

Copy link
Copy Markdown

Adds #[ignore] to test_mnemonic_vectors_from_file so it no longer runs in
default cargo test. The test syncs against mainnet and takes 8+ minutes —
too slow for CI and local dev loops.

Still runnable on demand with cargo test -- --ignored.

Fixes #62

the test syncs against mainnet and takes 8+ minutes, making it
too slow for default test runs. can still be run explicitly with
`cargo test -- --ignored`.

fixes zingolabs#62

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test_mnemonic_vectors_from_file takes a long time to run against current live chain state

1 participant