Skip to content

Commit

Permalink
do not skip
Browse files Browse the repository at this point in the history
  • Loading branch information
bwhaley committed May 9, 2024
1 parent 01dd40e commit 03edd91
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/alternat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"fmt"
"io"
"net/http"
"os"
"testing"
"time"

Expand All @@ -28,11 +27,11 @@ import (
)

func TestAlternat(t *testing.T) {
os.Setenv("SKIP_setup", "true")
os.Setenv("SKIP_apply_vpc", "true")
os.Setenv("SKIP_apply_alternat_basic", "true")
os.Setenv("SKIP_validate_alternat_basic", "true")
os.Setenv("SKIP_validate_alternat_setup", "true")
// os.Setenv("SKIP_setup", "true")
// os.Setenv("SKIP_apply_vpc", "true")
// os.Setenv("SKIP_apply_alternat_basic", "true")
// os.Setenv("SKIP_validate_alternat_basic", "true")
// os.Setenv("SKIP_validate_alternat_setup", "true")
// os.Setenv("SKIP_validate_alternat_replace_route", "true")
// os.Setenv("SKIP_cleanup", "true")

Expand Down

0 comments on commit 03edd91

Please sign in to comment.