Skip to content

Commit

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

* update skipnow to skipf

Co-authored-by: Michal Pristas <michal.pristas@gmail.com>
  • Loading branch information
2 people authored and melchiormoulin committed Oct 14, 2020
1 parent ffd894d commit 88d1789
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 88d1789

Please sign in to comment.