Skip to content

Commit

Permalink
tests: Remove types tests for bash and zsh until they're implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Jan 14, 2024
1 parent 82768a3 commit 1c27eeb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/gen_integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ fn test1_json() {
run_test("json", "test1.json", &[]);
}

#[test]
fn types_bash() {
run_test("bash", "test-types.kdl", &[]);
}
// #[test]
// fn types_bash() {
// run_test("bash", "test-types.kdl", &[]);
// }

#[test]
fn types_zsh() {
run_test("zsh", "test-types.kdl", &[]);
}
// #[test]
// fn types_zsh() {
// run_test("zsh", "test-types.kdl", &[]);
// }

#[test]
fn types_nu() {
Expand Down

0 comments on commit 1c27eeb

Please sign in to comment.