Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions zexcavator-tui/src/views/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ mod tests {
}

#[tokio::test]
#[ignore = "live-chain sync test, too slow for default test runs"]
async fn test_mnemonic_vectors_from_file() {
let mut path = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
path.push("testvectors/mnemonic.json");
Expand Down