Skip to content

Commit 35086f5

Browse files
committed
test(coderd): skip flaky dau test
1 parent 5296611 commit 35086f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/insights_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ import (
3737
)
3838

3939
func TestDeploymentInsights(t *testing.T) {
40+
t.Skipf("This test is flaky: https://github.com/coder/coder/issues/12509")
41+
4042
t.Parallel()
4143

4244
clientTz, err := time.LoadLocation("America/Chicago")

0 commit comments

Comments
 (0)