Tweak for flapper

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2023-09-03 14:31:28 -07:00
parent 2d2bb77f6e
commit ba5d9089b1

View File

@@ -5403,6 +5403,8 @@ func TestJetStreamClusterConsumerMaxDeliveryNumAckPendingBug(t *testing.T) {
// Created can skew a small bit due to server restart, this is expected.
now := time.Now()
cia.Created, cib.Created = now, now
// might not be push bound yet.
cib.PushBound = cia.PushBound
checkConsumerInfo(cia, cib)
}