[PR #9209] Fix FilteredCommand tests to run on UI thread #27479

Closed
opened 2026-01-31 09:22:12 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/9209

State: closed
Merged: Yes


Fixes exception in FilteredCommandTests, caused due to
an attempt to instantiate PropertyChangedEventArgs on non-UI thread.

Though the diff might look scary it is just wrapping with RunOnUIThread

**Original Pull Request:** https://github.com/microsoft/terminal/pull/9209 **State:** closed **Merged:** Yes --- Fixes exception in FilteredCommandTests, caused due to an attempt to instantiate PropertyChangedEventArgs on non-UI thread. Though the diff might look scary it is just wrapping with `RunOnUIThread`
claunia added the pull-request label 2026-01-31 09:22:12 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27479