mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 11:48:53 +00:00
Merge pull request #1382 from brancz/e2e-test-fail
test/e2e: StatefulSet is updated twice after creation
This commit is contained in:
commit
7d0f0b41b0
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue