From b0b53312a97897f049f54cb5ae7475bf3f79ce8b Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 27 Oct 2025 17:10:47 -0300 Subject: [PATCH] ci: remove skip for `TestCoderAgent` on windows --- internal/agent/agent_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/internal/agent/agent_test.go b/internal/agent/agent_test.go index b0c5716e77b81e82a85dce978ad2240b4284af62..3719a1150901e621b7998a9f1e7be0a2aa3ef4b8 100644 --- a/internal/agent/agent_test.go +++ b/internal/agent/agent_test.go @@ -3,7 +3,6 @@ package agent import ( "os" "path/filepath" - "runtime" "strings" "testing" @@ -46,10 +45,6 @@ func setupAgent(t *testing.T, pair modelPair) (SessionAgent, env) { } func TestCoderAgent(t *testing.T) { - if runtime.GOOS == "windows" { - t.Skip("We're having VCR matching issues on Windows. Skipping for now.") - } - for _, pair := range modelPairs { t.Run(pair.name, func(t *testing.T) { t.Run("simple test", func(t *testing.T) {