-
Hi, I’m seeing a test failure locally on the latest master branch that doesn’t occur in CI. Command:
Testcase faild:
Error:
Environment:
Things I’ve tried:
Still not sure why this is failing locally when it passes on CI. Would appreciate any help or suggestions. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I also face a similar issue. This may be because you have accidentally changed the default I suggest you to delete all the build files in frontend and backend, Hope this can resolve the issue |
Beta Was this translation helpful? Give feedback.
Thanks for that! The issue is resolved. The root cause was a stray
summary.json
infrontend/public/
that had been accidentally generated and was.gitignored
. While deleting zip files didn’t solve it, the suggestion to check for accidentally generated files was extremely helpful and led me to investigate more into the ignored files. Deleting thesummary.json
fixed the test. Once again, really appreciate the help!