Skip to content

Commit 25201c3

Browse files
committed
chore: use postgres for tests instead of dbmem
1 parent 21bd3ee commit 25201c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integration/integration.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ func StartCoder(ctx context.Context, t *testing.T, name string, useLicense bool)
5353
Env: []string{
5454
"CODER_HTTP_ADDRESS=0.0.0.0:3000", // Listen on all interfaces inside the container
5555
"CODER_ACCESS_URL=http://localhost:3000", // Set explicitly to avoid creating try.coder.app URLs.
56-
"CODER_IN_MEMORY=true", // We don't necessarily care about real persistence here.
5756
"CODER_TELEMETRY_ENABLE=false", // Avoid creating noise.
5857
},
5958
Labels: map[string]string{},

0 commit comments

Comments
 (0)