Skip to content

Commit

Permalink
chore: re-enable token test (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
enocom authored Nov 15, 2023
1 parent caa88d0 commit c66cee5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/alloydb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ func TestPostgresAuthWithToken(t *testing.T) {
if testing.Short() {
t.Skip("skipping Postgres integration tests")
}
_, isFlex := os.LookupEnv("FLEX")
if isFlex {
t.Skip("App Engine Flex doesn't support retrieving OAuth2 tokens")
}
requirePostgresVars(t)
tok, _, cleanup2 := removeAuthEnvVar(t, true)
defer cleanup2()
Expand Down

0 comments on commit c66cee5

Please sign in to comment.