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

[v11.x] test: fix test by removing node-inspect/lib/_inspect #26619

Closed

Commits on Mar 12, 2019

  1. test: fix test by removing node-inspect/lib/_inspect

    If this file is loaded with Node.js build without ssl, it will load
    'node-inspect/lib/internal/inspect_client' as well. Due to that two
    deprecation warnings will be emitted instead of one and the test
    fails.
    
    It should be safe to just test all other cases and to ignore this
    specific file.
    BridgeAR committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    e9e172f View commit details
    Browse the repository at this point in the history