File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2802,6 +2802,7 @@ func TestGroupRemovalTrigger(t *testing.T) {
2802
2802
2803
2803
func TestGetUserStatusCounts(t *testing.T) {
2804
2804
t.Parallel()
2805
+ t.Skip("https://github.com/coder/internal/issues/464")
2805
2806
2806
2807
if !dbtestutil.WillUsePostgres() {
2807
2808
t.SkipNow()
@@ -3301,6 +3302,7 @@ func TestGetUserStatusCounts(t *testing.T) {
3301
3302
3302
3303
t.Run("User deleted during query range", func(t *testing.T) {
3303
3304
t.Parallel()
3305
+
3304
3306
db, _ := dbtestutil.NewDB(t)
3305
3307
ctx := testutil.Context(t, testutil.WaitShort)
3306
3308
Original file line number Diff line number Diff line change @@ -226,14 +226,15 @@ func Test_parseInsightsInterval_week(t *testing.T) {
226
226
},
227
227
wantOk: true,
228
228
},
229
+ /* FIXME: daylight savings issue
229
230
{
230
231
name: "6 days are acceptable",
231
232
args: args{
232
233
startTime: sixDaysAgo.Format(layout),
233
234
endTime: stripTime(thisHour).Format(layout),
234
235
},
235
236
wantOk: true,
236
- },
237
+ },*/
237
238
{
238
239
name: "Shorter than a full week",
239
240
args: args{
You can’t perform that action at this time.
0 commit comments