Skip to content

Commit

Permalink
Uncomment flag checker
Browse files Browse the repository at this point in the history
Signed-off-by: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
  • Loading branch information
neilnaveen committed Nov 19, 2024
1 parent 00ccf23 commit 219539b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import (
)

func Test_E2E(t *testing.T) {
// if _, ok := os.LookupEnv("e2e"); !ok {
// t.Skip("E2E tests are not enabled")
// }
if _, ok := os.LookupEnv("e2e"); !ok {
t.Skip("E2E tests are not enabled")
}

// Setup storage backends
storageBackends := []struct {
Expand Down

0 comments on commit 219539b

Please sign in to comment.