dotnet / dotnet/machinelearning
Test system doesn't actually run in MTA apartment state
Open
area-Infrastructure
Priority:3
test-bug
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
https://github.com/dotnet/machinelearning/blob/9258be22e3338dec18075c6e66048b1861533ec8/test/Microsoft.ML.TestFramework/BaseTestBaseline.cs#L804
We don't run tests in MTA, since for quite a while coreclr didn't support MTA.
It was fixed in https://github.com/dotnet/coreclr/pull/15652, so I think we should enable it.
Contributor guide
Assessment
This issue has not been assessed yet.