diff --git a/internal/cmd/integration-tests/main.go b/internal/cmd/integration-tests/main.go index 481a572aa1..e74349ecd0 100644 --- a/internal/cmd/integration-tests/main.go +++ b/internal/cmd/integration-tests/main.go @@ -44,7 +44,7 @@ func runIntegrationTests(cmd *cobra.Command, args []string) { setupEnvironment() } else { testFolder = "./tests-windows/" - alloyBinaryPath = "..\\..\\..\\..\\..\\build\\alloy" + //alloyBinaryPath = "..\\..\\..\\..\\..\\build\\alloy" fmt.Println("Skipping environment setup on Windows.") }