Skip to content

Commit

Permalink
PR improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Jan 26, 2024
1 parent efb1175 commit d55bae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions logp/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ func TestWithFileOutput(t *testing.T) {
// file is still open, this creates a problem on Windows because the
// temporary directory cannot be removed if a file inside it is still
// open.
// See https://github.com/elastic/elastic-agent-libs/issues/179
// for more details
//
// To circumvent this problem on Windows we use os.MkdirTemp
// leaving it behind and delegating to the OS the responsibility
Expand Down

0 comments on commit d55bae1

Please sign in to comment.