Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: skip node-fetch and @whatwg-node/fetch tests on Node 21+ #187

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aleclarson
Copy link
Contributor

@aleclarson aleclarson commented Nov 22, 2024

The --no-experimental-fetch flag was removed in Node 21:
nodejs/node#52611

When native fetch exists, node-fetch and @whatwg-node/fetch polyfills are not used. So in Node 21+, the integration tests for those polyfills are simply testing native fetch.

Therefore, we can skip the integration tests for the node-fetch and @whatwg-node/fetch polyfills when the Node major version is 21 or higher.

@aleclarson
Copy link
Contributor Author

CI failure appears to be unrelated to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant