mozilla-mobile / focus-ios

⚠️ Firefox Focus (iOS) has moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-ios
Mozilla Public License 2.0
1.26k stars 263 forks source link

MTE-2282 Run focus tests on iOS 16.4 #4046

Closed clarmso closed 9 months ago

clarmso commented 9 months ago

testValidIPv6Addresses() fails on iOS 16.4. 😢

isabelrios commented 9 months ago

testValidIPv6Addresses() fails on iOS 16.4. 😢

We should verify if it is an automation issue or could be a real bug. If it is the first option, we can skipt the test for a particular OS version.

As commented on firefox, let's see how we can run the tests beacuse we will need another workflow not the one used in the current github events

clarmso commented 9 months ago

We should verify if it is an automation issue or could be a real bug. If it is the first option, we can skipt the test for a particular OS version.

Certainly. It's possible that there are existing automation issues with past versions. We have consistently been testing with the latest stable version.

As commented on firefox, let's see how we can run the tests beacuse we will need another workflow not the one used in the current github events

👍🏼