SRGSSR / srgmediaplayer-apple

An advanced media player library, simple and reliable
MIT License
158 stars 33 forks source link

Tracks test case failing on iOS 14.1, not on 14.2 #98

Closed defagos closed 3 years ago

defagos commented 3 years ago

Tracks test cases fail on iOS 12.1. They expect changes from nothing to German, for example, but on 14.1 and intermediate French step occurs (probably because it is the first track).

This does not happen in iOS 14.2 beta, so I recommend we don't change anything and wait. While the UTs fail on iOS 14.1 the result is correct in the end, so it is better we avoid loosening our tests for this version.

Once 14.2 is out we should check this issue again and close it (or decide what to do if UTs fail in the end).

defagos commented 3 years ago

All tests pass successfully on 14.2 final. This issue can be closed.