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

Change scope for the window fixture #7148

Closed
wants to merge 1 commit into from

Conversation

drew2a
Copy link
Contributor

@drew2a drew2a commented Nov 4, 2022

This PR fixes #7132.

We see quite strange behavior for GUI tests that looks like a deadlock that occurs spontaneously. It could be related to the fact that the windows fixture used to have module scope.
In this PR I changes this scope to the default (function) in the hope that this fixes the bug.

Refs:

@drew2a drew2a force-pushed the fix/7132_change_fixture_scope branch from 6568f54 to cd559ba Compare November 15, 2022 15:51
@drew2a drew2a closed this Nov 15, 2022
@drew2a drew2a deleted the fix/7132_change_fixture_scope branch November 15, 2022 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[Tests] Timeout in Windows GUI tests
1 participant