Skip to content

Commit 6360d55

Browse files
authored
skip flaky integration test TestComponentBuildHashInDiagnostics (#4218)
1 parent e66ff9c commit 6360d55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testing/integration/package_version_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ func TestComponentBuildHashInDiagnostics(t *testing.T) {
6464
Local: false, // requires Agent installation
6565
Sudo: true, // requires Agent installation
6666
})
67+
if runtime.GOOS == "windows" {
68+
t.Skip("flaky on windows: https://github.com/elastic/elastic-agent/issues/4215")
69+
}
70+
6771
ctx := context.Background()
6872

6973
f, err := define.NewFixture(t, define.Version())

0 commit comments

Comments
 (0)