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) (#3425)

(cherry picked from commit 616c36f)

Co-authored-by: Pierre HILBERT <[email protected]>
  • Loading branch information
mergify[bot] and pierrehilbert authored Sep 16, 2023
1 parent 71ed0f6 commit 7f2684b
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 7f2684b

Please sign in to comment.