test(napi/parser): skip slow test#14424
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Pull Request Overview
This PR skips a slow test case for the antd.js fixture in the parser's raw transfer range and parent tests due to CI timeout issues. The timeout option is not working as expected, so the problematic fixture is filtered out instead.
- Filters out the
antd.jsfixture from the range & parent test suite - Updates comments to reflect the skip strategy and notes the timeout issue
- Adds required path separator import to support the filtering logic
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Merge activity
|
The raw transfer range + parent test on `antd.js` fixture is still hitting 5 second timeout on CI. For some reason the `timeout` option isn't increasing the timeout. Just skip this test.
a59f609 to
994c099
Compare

The raw transfer range + parent test on
antd.jsfixture is still hitting 5 second timeout on CI. For some reason thetimeoutoption isn't increasing the timeout. Just skip this test.