We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa8c72 commit 6bd7647Copy full SHA for 6bd7647
internal/service/elbv2/load_balancer_test.go
@@ -7,7 +7,6 @@ import (
7
"context"
8
"errors"
9
"fmt"
10
- "os"
11
"regexp"
12
"testing"
13
@@ -2242,11 +2241,6 @@ func TestAccELBV2LoadBalancer_ALB_updateXffClientPort(t *testing.T) {
2242
2241
2243
func TestAccELBV2LoadBalancer_updateCapacityReservation(t *testing.T) {
2244
ctx := acctest.Context(t)
2245
- key := "RUN_LB_CAPACITY_RESERVATION_TESTS"
2246
- vifId := os.Getenv(key)
2247
- if vifId != acctest.CtTrue {
2248
- t.Skipf("Environment variable %s is not set to true", key)
2249
- }
2250
var conf awstypes.LoadBalancer
2251
rName := sdkacctest.RandomWithPrefix(acctest.ResourcePrefix)
2252
resourceName := "aws_lb.test"
0 commit comments