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

Commit43b1a03

Browse files
authored
chore(agent/agentscripts): disable TestTimeout on macOS (#17300)
1 parenta8fbe71 commit43b1a03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎agent/agentscripts/agentscripts_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ func TestEnv(t *testing.T) {
102102

103103
funcTestTimeout(t*testing.T) {
104104
t.Parallel()
105+
ifruntime.GOOS=="darwin" {
106+
t.Skip("this test is flaky on macOS, see https://github.com/coder/internal/issues/329")
107+
}
105108
runner:=setup(t,nil)
106109
deferrunner.Close()
107110
aAPI:=agenttest.NewFakeAgentAPI(t,testutil.Logger(t),nil,nil)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp