From c66cee5f291fb6355b4afe8382ba6caf71701d43 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Wed, 15 Nov 2023 11:27:28 -0700 Subject: [PATCH] chore: re-enable token test (#500) --- tests/alloydb_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/alloydb_test.go b/tests/alloydb_test.go index a5bde125..a542485a 100644 --- a/tests/alloydb_test.go +++ b/tests/alloydb_test.go @@ -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()