Problem description:
RemoteExecutor has been used in a number of tests for the sole purpose of enabling visual styles. However RemoteExecutor has proven to be rather unstable (see: dotnet/arcade#5325).
The tests have been update to run with visual styles on by default in #4197, however RemoteExecutor hasn't been cleaned out.
We need to scan the codebase for RemoteExecutor (and "Skip = "Crash with AbandonedMutexException. See: dotnet/arcade#5325"") and update those tests, removing RemoteExecutor.
Problem description:
RemoteExecutorhas been used in a number of tests for the sole purpose of enabling visual styles. HoweverRemoteExecutorhas proven to be rather unstable (see: dotnet/arcade#5325).The tests have been update to run with visual styles on by default in #4197, however
RemoteExecutorhasn't been cleaned out.We need to scan the codebase for
RemoteExecutor(and "Skip = "Crash with AbandonedMutexException. See: dotnet/arcade#5325"") and update those tests, removingRemoteExecutor.