Skip to content

Commit 769ae1d

Browse files
committed
removing unnecessary changes
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent 6639167 commit 769ae1d

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

enterprise/coderd/groups_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,6 @@ func TestGroup(t *testing.T) {
825825
// TODO (sasswart): this test seems to have drifted from its original intention. evaluate and remove/fix
826826
t.Parallel()
827827

828-
// TODO: we should not be returning the prebuilds user in Group, and this is not returned in dbmem.
829828
if !dbtestutil.WillUsePostgres() {
830829
t.Skip("This test requires postgres")
831830
}

enterprise/coderd/roles_test.go

-8
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import (
77
"slices"
88
"testing"
99

10-
"github.com/coder/coder/v2/coderd/database/dbtestutil"
11-
1210
"github.com/google/uuid"
1311
"github.com/stretchr/testify/require"
1412

@@ -335,12 +333,6 @@ func TestCustomOrganizationRole(t *testing.T) {
335333
// Verify deleting a custom role cascades to all members
336334
t.Run("DeleteRoleCascadeMembers", func(t *testing.T) {
337335
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-
344336
owner, first := coderdenttest.New(t, &coderdenttest.Options{
345337
LicenseOptions: &coderdenttest.LicenseOptions{
346338
Features: license.Features{

enterprise/coderd/templates_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,6 @@ func TestTemplateACL(t *testing.T) {
924924
t.Run("everyoneGroup", func(t *testing.T) {
925925
t.Parallel()
926926

927-
// TODO: we should not be returning the prebuilds user in TemplateACL, and this is not returned in dbmem.
928927
if !dbtestutil.WillUsePostgres() {
929928
t.Skip("This test requires postgres")
930929
}

0 commit comments

Comments
 (0)