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

Commit3bcc4f4

Browse files
committed
disable broken test
1 parentb417cb7 commit3bcc4f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎enterprise/coderd/workspaceagents_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"net/http"
88
"os"
99
"regexp"
10+
"runtime"
1011
"testing"
1112
"time"
1213

@@ -83,6 +84,10 @@ func TestBlockNonBrowser(t *testing.T) {
8384
funcTestReinitializeAgent(t*testing.T) {
8485
t.Parallel()
8586

87+
ifruntime.GOOS=="windows" {
88+
t.Skip("this test doesn't pass on Windows with Postgres")
89+
}
90+
8691
tempAgentLog:=testutil.CreateTemp(t,"","testReinitializeAgent")
8792

8893
if!dbtestutil.WillUsePostgres() {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp