Skip to content

Commit

Permalink
Disable proxy url tests on windows until issue 4913 is solved (#4945)
Browse files Browse the repository at this point in the history
  • Loading branch information
pchila authored Jun 17, 2024
1 parent d79b4ef commit bf9d488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/integration/proxy_url_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -711,9 +711,9 @@ func TestProxyURL(t *testing.T) {

privileged := false
if runtime.GOOS == "windows" {
// On windows installing in unprivileged mode leads to access denied error when updating fleet.enc.
// On windows installing + enrolling mode leads to access denied error when updating fleet.enc (regardless of privileged/unprivileged)
// See https://github.com/elastic/elastic-agent/issues/4913
privileged = true
t.Skip("Skipped on windows until https://github.com/elastic/elastic-agent/issues/4913 is resolved")
}

out, err := fixture.Install(
Expand Down

0 comments on commit bf9d488

Please sign in to comment.