Skip to content

Commit e9b8bc8

Browse files
committed
Removed the cleanupResources function call
1 parent 8cb5311 commit e9b8bc8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/spanner/spanner_integration_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ func TestSpannerToolEndpoints(t *testing.T) {
102102
SpannerDatabase,
103103
)
104104

105-
t.Log("Wiping stale test resources from database...")
106-
tests.CleanupSpannerResources(t, ctx, adminClient, dataClient, dbString, "")
107-
108105
t.Cleanup(func() {
109106
cleanupCtx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
110107
defer cancel()

0 commit comments

Comments
 (0)