1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 11:48:53 +00:00

Merge pull request from brancz/e2e-test-fail

test/e2e: StatefulSet is updated twice after creation
This commit is contained in:
Frederic Branczyk 2018-05-25 14:34:00 +02:00 committed by GitHub
commit 7d0f0b41b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -676,7 +676,7 @@ func TestPrometheusOnlyUpdatedOnRelevantChanges(t *testing.T) {
},
// First is the creation of the StatefulSet itself, second is the
// update of the ReadyReplicas status field
ExpectedChanges: 2,
ExpectedChanges: 3,
},
{
Name: "service",