Skip to content

Commit

Permalink
Flaky TestConfigurableService disable test (elastic#20840) (elastic#2…
Browse files Browse the repository at this point in the history
…1008)

* Flaky TestConfigurableService disable test

* update skipnow to skipf

Co-authored-by: Michal Pristas <[email protected]>

Co-authored-by: Pier-Hugues Pellerin <[email protected]>
  • Loading branch information
michalpristas and ph authored Sep 7, 2020
1 parent eaa988d commit 8a4bcae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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 @@ -379,6 +379,8 @@ func TestConfigurableStartStop(t *testing.T) {
}

func TestConfigurableService(t *testing.T) {
t.Skipf("flaky see https://github.com/elastic/beats/issues/20836")

p := getProgram("serviceable", "1.0")

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

0 comments on commit 8a4bcae

Please sign in to comment.