Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e491d8

Browse files
committed
removing unnecessary changes
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent2c25542 commit8e491d8

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

‎enterprise/coderd/groups_test.go

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 8 deletions
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

Lines changed: 0 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp