Skip to content

Commit 39a4c5c

Browse files
committed
fix
1 parent f6283ed commit 39a4c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/querier_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2802,6 +2802,7 @@ func TestGroupRemovalTrigger(t *testing.T) {
28022802

28032803
func TestGetUserStatusCounts(t *testing.T) {
28042804
t.Parallel()
2805+
t.Skip("https://github.com/coder/internal/issues/464")
28052806

28062807
if !dbtestutil.WillUsePostgres() {
28072808
t.SkipNow()
@@ -3301,7 +3302,6 @@ func TestGetUserStatusCounts(t *testing.T) {
33013302

33023303
t.Run("User deleted during query range", func(t *testing.T) {
33033304
t.Parallel()
3304-
t.Skip("https://github.com/coder/internal/issues/464")
33053305

33063306
db, _ := dbtestutil.NewDB(t)
33073307
ctx := testutil.Context(t, testutil.WaitShort)

0 commit comments

Comments
 (0)