File tree 3 files changed +0
-10
lines changed
3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -825,7 +825,6 @@ func TestGroup(t *testing.T) {
825
825
// TODO (sasswart): this test seems to have drifted from its original intention. evaluate and remove/fix
826
826
t .Parallel ()
827
827
828
- // TODO: we should not be returning the prebuilds user in Group, and this is not returned in dbmem.
829
828
if ! dbtestutil .WillUsePostgres () {
830
829
t .Skip ("This test requires postgres" )
831
830
}
Original file line number Diff line number Diff line change 7
7
"slices"
8
8
"testing"
9
9
10
- "github.com/coder/coder/v2/coderd/database/dbtestutil"
11
-
12
10
"github.com/google/uuid"
13
11
"github.com/stretchr/testify/require"
14
12
@@ -335,12 +333,6 @@ func TestCustomOrganizationRole(t *testing.T) {
335
333
// Verify deleting a custom role cascades to all members
336
334
t .Run ("DeleteRoleCascadeMembers" , func (t * testing.T ) {
337
335
t .Parallel ()
338
-
339
- // TODO: we should not be returning the prebuilds user in OrganizationMembers, and this is not returned in dbmem.
340
- if ! dbtestutil .WillUsePostgres () {
341
- t .Skip ("This test requires postgres" )
342
- }
343
-
344
336
owner , first := coderdenttest .New (t , & coderdenttest.Options {
345
337
LicenseOptions : & coderdenttest.LicenseOptions {
346
338
Features : license.Features {
Original file line number Diff line number Diff line change @@ -924,7 +924,6 @@ func TestTemplateACL(t *testing.T) {
924
924
t .Run ("everyoneGroup" , func (t * testing.T ) {
925
925
t .Parallel ()
926
926
927
- // TODO: we should not be returning the prebuilds user in TemplateACL, and this is not returned in dbmem.
928
927
if ! dbtestutil .WillUsePostgres () {
929
928
t .Skip ("This test requires postgres" )
930
929
}
You can’t perform that action at this time.
0 commit comments