Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix
  • Loading branch information
mtojek committed Mar 10, 2025
commit 39a4c5c76f95bc88943294aa3274681d06575b4f
2 changes: 1 addition & 1 deletion coderd/database/querier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2802,6 +2802,7 @@ func TestGroupRemovalTrigger(t *testing.T) {

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

if !dbtestutil.WillUsePostgres() {
t.SkipNow()
Expand Down Expand Up @@ -3301,7 +3302,6 @@ func TestGetUserStatusCounts(t *testing.T) {

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

db, _ := dbtestutil.NewDB(t)
ctx := testutil.Context(t, testutil.WaitShort)
Expand Down
Loading