We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tests requiring docker for code execution are being triggered when already running in a container.
Start VS Code using dev container and run:
pytest test/test_code.py
Two tests that should be skipped are failing.
Test should be skipped because a Docker container cannot be started inside a container
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Tests requiring docker for code execution are being triggered when already running in a container.
Steps to reproduce
Start VS Code using dev container and run:
Two tests that should be skipped are failing.
Expected Behavior
Test should be skipped because a Docker container cannot be started inside a container
Screenshots and logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: