Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test][tvos] Disable InvalidIVSizes overflow case for tvos (#76725)
This test has flakily caused app crashes on tvOS arm64 lanes. dotnet/arcade#11167 When the app crashes, it was observed that of the last tests ran, there commonly was only 2 InvalidIVSizes see https://gist.github.com/mdh1418/563ce4066e16dfee055e0903e2c70a1e https://gist.github.com/mdh1418/ed11c7ba361c3fdb8906e57034c58f90 https://gist.github.com/mdh1418/c831b807dc0d949bc01cdeee61a1d795 Whereas on a successful test suite run, there are 3. https://gist.github.com/mdh1418/912914871d580475751d460719624224 Its suspected that the last test case is problematic, so disabling to make CI cleaner
- Loading branch information