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

Fix testCheats when running standalone #1737

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Flamefire
Copy link
Member

The test creates a desktop instance that requires access to the VideoDriver and potentially resources (graphics) which are not available at this point. This leads to failures when the test is not started after a test installing a test-videodriver in the same process.

Manually create the required instances without that desktop.

@Flamefire Flamefire requested a review from Flow86 January 19, 2025 10:16
The test creates a desktop instance that requires access to the
VideoDriver and potentially resources (graphics) which are not available
at this point. This leads to failures when the test is not started after
a test installing a test-videodriver in the same process.

Manually create the required instances without that desktop.
Copy link
Member

@Flow86 Flow86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs rebase

@Flamefire
Copy link
Member Author

Resolved the conflict.

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.

2 participants