Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tests] fix JUnit Reporter test (#1338)
Interesting flakiness in the test. After the jest upgrade, our tests got more performant. The JUnit Report integ test was actually expecting `anything` for a field `time`. This `time` was calculated on elapsed time to the `0.00x` value anything faster would actually be undefined and at that point `anything` fails because `anything` cannot be undefined. tl;dr: This test became flakey because our tests now run too fast. Signed-off-by: Kawika Avilla <[email protected]>
- Loading branch information