SRGSSR / pillarbox-apple

A next-generation reactive media playback ecosystem for Apple platforms.
https://testflight.apple.com/join/TS6ngLqf
MIT License
54 stars 8 forks source link

Make UT more reliable #108

Closed defagos closed 1 year ago

defagos commented 1 year ago

As a developer I need to have a reliable CI.

Acceptance criteria

Tasks

defagos commented 1 year ago

I confirm that running the tests on iPhone 13 with iOS 16.0 on my machine produced similar issues to those encountered on CI agents. Forcing to iPhone 14 is likely a good thing.

The same is likely true for the tvOS simulator. Shouldn't we define reliable destinations so that we can be sure which simulator we are running tests on?

defagos commented 1 year ago

Local stream delivery had a few issues which were fixed in https://github.com/SRGSSR/pillarbox-apple/pull/126. Unit tests are now reliable. 16.1 is not required.

We can therefore close this issue.