pending DurableShardingSpec, #30489 (#30684)

This commit is contained in:
Patrik Nordwall 2021-09-16 09:14:53 +02:00 committed by GitHub
parent a085b21fc1
commit d20ebf8c78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,6 +83,7 @@ class DurableShardingSpec
// GHExclude tracked in https://github.com/akka/akka/issues/30489
"load initial state and resend unconfirmed" taggedAs GHExcludeTest in {
pending // FIXME issue #30489, this could be a real problem
nextId()
val typeKey = EntityTypeKey[SequencedMessage[TestConsumer.Job]](s"TestConsumer-$idCount")
val consumerProbe = createTestProbe[TestConsumer.JobDelivery]()