oav icon indicating copy to clipboard operation
oav copied to clipboard

oav tests are failing in develop

Open mikekistler opened this issue 3 years ago • 1 comments

There are tests failing on the develop branch.

> npm install
> npm run build
> npm test

...

Snapshot Summary
 › 26 snapshots failed from 2 test suites. Inspect your code changes or run `npm test -- -u` to update them.

Test Suites: 2 failed, 28 passed, 30 total
Tests:       63 failed, 4 skipped, 198 passed, 265 total
Snapshots:   26 failed, 29 passed, 55 total
Time:        33.509 s, estimated 38 s
Ran all test suites.

mikekistler avatar Oct 06 '22 15:10 mikekistler

Hi @mikekistler , thanks for reporting the problem. I rerun npm test and the result is the same as which shown in PR pipeline, here's the final report of the result:

Test Suites: 30 passed, 30 total
Tests:       4 skipped, 261 passed, 265 total
Snapshots:   59 passed, 59 total

There seems to be many failed tests in your report(Tests: 63 failed, 4 skipped, 198 passed, 265 total), so can you add more information? Something like failure cases, or the environment which it was run in, will be helpful for our team to solve the problem.

ankhyk avatar Oct 10 '22 03:10 ankhyk