Skip to content

Commit

Permalink
Skip TestRemovePath as not working as expected and we have an issue f…
Browse files Browse the repository at this point in the history
…or it #3221 (#3424)
  • Loading branch information
pierrehilbert authored Sep 16, 2023
1 parent 2230a37 commit 616c36f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/pkg/agent/install/uninstall_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ func TestRemovePath(t *testing.T) {
binaryName = pkgName + ".exe"
)

t.Skip("https://github.com/elastic/elastic-agent/issues/3221")

// Create a temporary directory that we can safely remove. The directory is created as a new
// sub-directory. This avoids having Microsoft Defender quarantine the file if it is exec'd from
// the default temporary directory.
Expand Down

0 comments on commit 616c36f

Please sign in to comment.