We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ecbaa commit 88710c7Copy full SHA for 88710c7
tests/e2e/test_snapshot.go
@@ -144,9 +144,9 @@ func snapshotClusterAndCompare(snapshottedInitialInfo *clusterSnapshot) bool {
144
// Only doing this here because other assertions typically don't run against objects with this many elements.
145
initialMaxLength := format.MaxLength
146
defer func() { format.MaxLength = initialMaxLength }()
147
- format.MaxLength = 9000
148
-
149
- Expect(snapshottedCurrentInfo.ResourcesAsComparisonType()).To(ConsistOf(snapshottedInitialInfo.ResourcesAsComparisonType()))
+ format.MaxLength = 18000
+ format.
+ Expect(snapshottedCurrentInfo.ResourcesAsComparisonType()).To(ConsistOf(snapshottedInitialInfo.ResourcesAsComparisonType()))
150
})
151
152
}
0 commit comments