mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
test: skip tests affected by daylight savings issues (#16857)
Related: https://github.com/coder/internal/issues/464 This will unblock the CI pipeline.
This commit is contained in:
@ -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()
|
||||
@ -3301,6 +3302,7 @@ func TestGetUserStatusCounts(t *testing.T) {
|
||||
|
||||
t.Run("User deleted during query range", func(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
db, _ := dbtestutil.NewDB(t)
|
||||
ctx := testutil.Context(t, testutil.WaitShort)
|
||||
|
||||
|
Reference in New Issue
Block a user