From e2b79de0139836624497de6a7a0b8f67e3f7b427 Mon Sep 17 00:00:00 2001 From: Mike Seese Date: Tue, 9 Apr 2024 17:08:14 -0700 Subject: [PATCH] remove port forwarding test that leveraged traefik auto forwarding --- bats/tests/k8s/port-forwarding.bats | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bats/tests/k8s/port-forwarding.bats b/bats/tests/k8s/port-forwarding.bats index bf87df62d8e..6e71c57b915 100644 --- a/bats/tests/k8s/port-forwarding.bats +++ b/bats/tests/k8s/port-forwarding.bats @@ -85,13 +85,6 @@ spec: EOF } -@test 'connect to the service' { - # This can take 100s with old versions of traefik, and 15s with newer ones. - run try curl --silent --fail "http://localhost" - assert_success - assert_output "Hello World!" -} - @test 'fail to connect to the service on localhost without port forwarding' { run try --max 5 curl --silent --fail "http://localhost:8080" assert_failure