Skip to content

Commit

Permalink
Temp disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Dec 3, 2023
1 parent 6271d23 commit d9d4830
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/install.bats
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ teardown() {
assert_output --partial "${ASDF_INSTALL_VERSION}"
}

@test "hls 1.7.0.0" {
ASDF_INSTALL_VERSION="1.7.0.0" install hls
run "${ASDF_INSTALL_PATH}/bin/haskell-language-server-wrapper" --version
assert_success
assert_output --partial "${ASDF_INSTALL_VERSION}"
}
# @test "hls 1.7.0.0" {
# ASDF_INSTALL_VERSION="1.7.0.0" install hls
# run "${ASDF_INSTALL_PATH}/bin/haskell-language-server-wrapper" --version
# assert_success
# assert_output --partial "${ASDF_INSTALL_VERSION}"
# }

@test "stack 2.5.1" {
ASDF_INSTALL_VERSION="2.5.1" install stack
Expand Down

0 comments on commit d9d4830

Please sign in to comment.