Skip to content

Commit

Permalink
Disable now-troublesome version test
Browse files Browse the repository at this point in the history
The output here will be environment-specific, and so a single snapshot
file is not going to work. Surely there is some way in insta to handle
cases like this, but for now, just disable this test as it has minimal
value.
  • Loading branch information
bradlarsen committed Jan 18, 2024
1 parent 61d09d0 commit 3bdfb08
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 65 deletions.
8 changes: 4 additions & 4 deletions crates/noseyparker-cli/tests/help/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ fn help_github_repos_short() {
assert_cmd_snapshot!(noseyparker_success!("github", "repos", "-h"));
}

#[test]
fn version_short() {
assert_cmd_snapshot!(noseyparker_success!("-V"));
}
// #[test]
// fn version_short() {
// assert_cmd_snapshot!(noseyparker_success!("-V"));
// }

#[test]
fn version_long() {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 3bdfb08

Please sign in to comment.