mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
feat: promote PG Coordinator out of experimental (#11398)
Promotes PG Coordinator out of experimental to GA
This commit is contained in:
@ -48,6 +48,10 @@ func TestEntitlements(t *testing.T) {
|
||||
require.Empty(t, res.Warnings)
|
||||
})
|
||||
t.Run("FullLicense", func(t *testing.T) {
|
||||
// PGCoordinator requires a real postgres
|
||||
if !dbtestutil.WillUsePostgres() {
|
||||
t.Skip("test only with postgres")
|
||||
}
|
||||
t.Parallel()
|
||||
adminClient, _ := coderdenttest.New(t, &coderdenttest.Options{
|
||||
AuditLogging: true,
|
||||
|
Reference in New Issue
Block a user