Skip to content

Commit

Permalink
bats/sql.bats: Skip new bats tests on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Son committed Feb 13, 2020
1 parent acae580 commit c7e5ce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bats/sql.bats
Original file line number Diff line number Diff line change
Expand Up @@ -386,5 +386,6 @@ teardown() {
}

@test "sql shell works after failing query" {
skiponwindows "Need to install expect and make this script work on windows."
$BATS_TEST_DIRNAME/sql-works-after-failing-query.expect
}

0 comments on commit c7e5ce6

Please sign in to comment.