Skip to content

Commit

Permalink
skip flaky integration test TestComponentBuildHashInDiagnostics (#4218)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ authored Feb 7, 2024
1 parent e66ff9c commit 6360d55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testing/integration/package_version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ func TestComponentBuildHashInDiagnostics(t *testing.T) {
Local: false, // requires Agent installation
Sudo: true, // requires Agent installation
})
if runtime.GOOS == "windows" {
t.Skip("flaky on windows: https://github.com/elastic/elastic-agent/issues/4215")
}

ctx := context.Background()

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

0 comments on commit 6360d55

Please sign in to comment.