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

Commit2b97f35

Browse files
fix: skip test on windows
1 parent96a39b7 commit2b97f35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎agent/agentcontainers/api_test.go‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3822,6 +3822,10 @@ func TestDevcontainerDiscovery(t *testing.T) {
38223822
funcTestDevcontainerPrebuildSupport(t*testing.T) {
38233823
t.Parallel()
38243824

3825+
ifruntime.GOOS=="windows" {
3826+
t.Skip("Dev Container tests are not supported on Windows")
3827+
}
3828+
38253829
var (
38263830
ctx=testutil.Context(t,testutil.WaitShort)
38273831
logger=testutil.Logger(t)
@@ -3839,6 +3843,7 @@ func TestDevcontainerPrebuildSupport(t *testing.T) {
38393843
WorkspaceFolder:"/home/coder/coder",
38403844
ConfigPath:"/home/coder/coder/.devcontainer/devcontainer.json",
38413845
}
3846+
38423847
testContainer=newFakeContainer("test-container-id",testDC.ConfigPath,testDC.WorkspaceFolder)
38433848

38443849
prebuildOwner="prebuilds"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp