I noticed that parallel/test-dotenv-node-options is skipped in the Linux CI/CD test results on Jenkins
eg: https://ci.nodejs.org/job/node-test-commit-linux/nodes=rhel8-x64/lastCompletedBuild/testReport/(root)/parallel/test_dotenv_node_options_/
I also checked test/parallel/parallel.status and it doesn't look like this testcase was ever marked as skipped.
Does anyone know why this is skipped? Is there an issue with the testcase or the dotenv feature?
Thanks