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

Revert change for timeout test execution #1675

Merged
merged 1 commit into from
May 21, 2023

Conversation

Evangelink
Copy link
Member

Through the process of simplification and unification of behaviors for the different target frameworks, we dropped usage of a thread to use only Task.Run. This has the unexpected side effect of causing .NET framework tests to no longer be run in STA thread.

We are reverting the change for now and are tracking the implementation of a better solution with #1674

Fixes #1616

Through the process of simplification and unification of behaviors for the different target frameworks, we dropped usage of a thread to use only Task.Run. This has the unexpected side effect of causing .NET framework tests to no longer be run in STA thread.

We are reverting the change for now and are tracking the implementation of a better solution with microsoft#1674
@Evangelink Evangelink merged commit fb6613b into microsoft:rel/3.0.3 May 21, 2023
4 checks passed
@Evangelink Evangelink deleted the sta-thread branch May 21, 2023 12:24
Evangelink added a commit to Evangelink/testfx that referenced this pull request May 22, 2023
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.

None yet

1 participant