ably / ably-flutter

A wrapper around our Cocoa and Java client library SDKs, providing iOS and Android support for those using Flutter and Dart.
https://ably.com/download
Apache License 2.0
60 stars 16 forks source link

Re-enable failing tests #150

Open ben-xD opened 3 years ago

ben-xD commented 3 years ago

https://github.com/ably/ably-flutter/pull/144 disabled a failing test, queries all entries by paginating with limit.

This failing test was reported to realtime via slack, and a new issue PresenceMap pagination broken was created. Once this is fixed in realtime and released, we should re-enable this test.

Re-enable this test by removing the skip argument to the test method call (https://github.com/ably/ably-flutter/pull/144).

ben-xD commented 3 years ago

I am making this issue more generic, to re-enable all tests that are failing. I have just skipped a few more in https://github.com/ably/ably-flutter/pull/159

These tests are not consistently failing, but are flaky.

A tip I just learnt, when searching for the test failure in the github logs, search for [E].