Skip to content

Commit fb4cdad

Browse files
committed
skip test on win
1 parent aa42ab8 commit fb4cdad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

agent/agentcontainers/api_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,10 @@ func TestAPI(t *testing.T) {
12361236
t.Run("SubAgentLifecycle", func(t *testing.T) {
12371237
t.Parallel()
12381238

1239+
if runtime.GOOS == "windows" {
1240+
t.Skip("Dev Container tests are not supported on Windows (this test uses mocks but fails due to Windows paths)")
1241+
}
1242+
12391243
var (
12401244
ctx = testutil.Context(t, testutil.WaitMedium)
12411245
logger = slog.Make()

0 commit comments

Comments
 (0)