From c7dcf4681190d3f50d185e9ebd781f22ccb502a3 Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Mon, 7 Sep 2020 08:22:27 -0400 Subject: [PATCH] Flaky TestConfigurableService disable test (#20840) * Flaky TestConfigurableService disable test * update skipnow to skipf Co-authored-by: Michal Pristas --- 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)