From d55bae1b4859bf7c83137224762851c3c5765c37 Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Fri, 26 Jan 2024 09:26:49 +0100 Subject: [PATCH] PR improvements --- logp/core_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/logp/core_test.go b/logp/core_test.go index 93799363..612a7a74 100644 --- a/logp/core_test.go +++ b/logp/core_test.go @@ -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