ably / ably-php

PHP client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
50 stars 10 forks source link

RSH1b5 New push.admin.device_registrations.removeWhere #73

Closed jdavid closed 5 years ago

jdavid commented 5 years ago

The push tests fail with the dev and idempotent-dev environments, so I've changed to the sandbox environment.

Then the idempotent tests fail since idempotency is not supported in sandbox, so I skip those tests if in the sandbox environment.

jdavid commented 5 years ago

ping @paddybyers

jdavid commented 5 years ago

Not skipping idempotent tests in sandbox now.

Can I merge this? @mattheworiordan @paddybyers

jdavid commented 5 years ago

Don't know. This same test was failing around December if I remember correctly, @paddybyers looked at it as well but didn't find why. Then the failure disappeared, and now it's back.