From 220a928c192a7088d5ff0b75f9cb7d35ba4ac17e Mon Sep 17 00:00:00 2001 From: Michael Morello Date: Tue, 23 Jul 2019 08:08:17 +0200 Subject: [PATCH] Fix APM e2e test (backport of #1284) --- operators/test/e2e/apm/configuration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operators/test/e2e/apm/configuration_test.go b/operators/test/e2e/apm/configuration_test.go index b55435a1c7..e268a365da 100644 --- a/operators/test/e2e/apm/configuration_test.go +++ b/operators/test/e2e/apm/configuration_test.go @@ -56,7 +56,7 @@ func TestUpdateConfiguration(t *testing.T) { name := "test-apm-configuration" esBuilder := elasticsearch.NewBuilder(name). - WithESMasterDataNodes(1, elasticsearch.DefaultResources) + WithESMasterDataNodes(3, elasticsearch.DefaultResources) apmBuilder := apmserver.NewBuilder(name). WithNamespace(test.Namespace). WithVersion(test.ElasticStackVersion).