From 8a4bcaef67d87fb2f804081d395a9604fb75c4fe Mon Sep 17 00:00:00 2001 From: Michal Pristas Date: Mon, 7 Sep 2020 16:01:42 +0200 Subject: [PATCH] Flaky TestConfigurableService disable test (#20840) (#21008) * Flaky TestConfigurableService disable test * update skipnow to skipf Co-authored-by: Michal Pristas Co-authored-by: Pier-Hugues Pellerin --- x-pack/elastic-agent/pkg/agent/operation/operator_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/elastic-agent/pkg/agent/operation/operator_test.go b/x-pack/elastic-agent/pkg/agent/operation/operator_test.go index e0dce31816b..e178620d228 100644 --- a/x-pack/elastic-agent/pkg/agent/operation/operator_test.go +++ b/x-pack/elastic-agent/pkg/agent/operation/operator_test.go @@ -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)