Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit539fcf9

Browse files
authored
chore(coderd/util/tz): skip flaky test (#8652)
1 parent001670c commit539fcf9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎coderd/util/tz/tz_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ func Test_TimezoneIANA(t *testing.T) {
3131
// Not all Linux operating systems are guaranteed to have localtime!
3232
t.Skip("localtime doesn't exist!")
3333
}
34+
ifruntime.GOOS=="windows" {
35+
// This test can be flaky on some Windows runners :(
36+
t.Skip("This test is flaky under Windows.")
37+
}
3438
oldEnv,found:=os.LookupEnv("TZ")
3539
iffound {
3640
require.NoError(t,os.Unsetenv("TZ"))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp