woocommerce / woocommerce-ios

WooCommerce iOS app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
298 stars 110 forks source link

[Woo POS] Improve or remove flaky TotalsViewModelTest #14005

Open joshheald opened 2 hours ago

joshheald commented 2 hours ago

TotalsViewModelTest.test_when_reader_reconnects_on_TotalsView_reader_is_prepared_for_payment failed in CI without reporting the failure, during the 20.4 release.

As a result, we're skipping it for now, but it should be improved and reinstated, or removed.

This is likely due to using both async/await and waitForExpectations approaches in the same test, which has been known to be fragile especially on CI... changing it isn't trivial though!

Context: p1726823993370659-slack-C6H8C3G23

dangermattic commented 2 hours ago

Thanks for reporting! 👍