De-flake TestJetStreamClusterConsumerMaxDeliveryNumAckPendingBug by ignoring PushBound

Signed-off-by: Neil Twigg <neil@nats.io>
This commit is contained in:
Neil Twigg
2023-09-05 15:11:21 +01:00
parent 002446a51d
commit c539fb7e9a

View File

@@ -5403,8 +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
// Clear any disagreement on push bound.
cia.PushBound, cib.PushBound = false, false
checkConsumerInfo(cia, cib)
}