itwinjs-core icon indicating copy to clipboard operation
itwinjs-core copied to clipboard

Flaky Test: iOS Backend Unit Tests - computeProjectExtents

Open MichaelSwigerAtBentley opened this issue 2 months ago • 0 comments

  • OS: iOS
  • iTwin.js Version: 5.2.x

Flaky tests in iOS Backend Unit Tests:

 computeProjectExtents
       should return requested information:

      AssertionError: expected false to be true
      + expected - actual

      -false
      +true
      
  computeProjectExtents
       should report outliers:

      AssertionError: expected false to be true
      + expected - actual

      -false
      +true

Seems to have been occurring for a little while now. Usually fixed with a rerun.

MichaelSwigerAtBentley avatar Oct 23 '25 19:10 MichaelSwigerAtBentley