Skip to content

Commit

Permalink
Cherry-pick #25656 to 7.x Disable flaky test (#25687)
Browse files Browse the repository at this point in the history
Cherry-pick #25656 to 7.x Disable flaky test  (#25687)
  • Loading branch information
michalpristas authored May 13, 2021
1 parent 0c6be65 commit 15a719a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/elastic-agent/pkg/agent/operation/operator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ func TestConfigurableRun(t *testing.T) {
}

func TestConfigurableFailed(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("this test is sometimes flaky on the last part, investigating @michal")
}
p := getProgram("configurable", "1.0")

operator := getTestOperator(t, downloadPath, installPath, p)
Expand Down

0 comments on commit 15a719a

Please sign in to comment.