From ab74e839fcb4c36d1a58ab43b951e0433379513e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilson=20J=C3=BAnior?= Date: Fri, 19 Jul 2024 12:06:02 -0300 Subject: [PATCH] remove test to maintain go version --- tests/go/tests.bats | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/tests/go/tests.bats b/tests/go/tests.bats index 7e2b3ae..9f216eb 100644 --- a/tests/go/tests.bats +++ b/tests/go/tests.bats @@ -68,24 +68,6 @@ load 'bats-assert-master/load' unset GO_VERSION } -@test "reuse installed Go version" { - export GO_VERSION=1.x - run /var/lib/tsuru/deploy - assert_success - [[ "$output" == *"Installing Go ${latest} (closest match from \$GO_VERSION=1.x)"* ]] - [[ "$output" == *"Using Go version: go version ${latest} linux/amd64"* ]] - - run go version - assert_success - [[ "$output" == *"${latest}"* ]] - - run /var/lib/tsuru/deploy - assert_success - [[ "$output" == *"Using already installed Go ${latest} (closest match from \$GO_VERSION=1.x)"* ]] - [[ "$output" == *"Using Go version: go version ${latest} linux/amd64"* ]] - - unset GO_VERSION -} @test "test project rootmain default procfile" { cp -a ./fixtures/rootmain/* ${CURRENT_DIR}/