Skip to content

Commit

Permalink
Fix APM e2e test (backport of elastic#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
barkbay committed Jul 23, 2019
1 parent 0732919 commit 220a928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/test/e2e/apm/configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 220a928

Please sign in to comment.