Change xUnit RunspaceTests to run sequentially (#8796)

This commit is contained in:
Paul Higinbotham 2019-01-30 14:12:26 -08:00 committed by Aditya Patwardhan
parent a872b8d5be
commit f3efcab91e

View file

@ -6,7 +6,7 @@ using System.Management.Automation;
using System.Management.Automation.Runspaces;
using Xunit;
namespace PSTests.Parallel
namespace PSTests.Sequential
{
// NOTE: do not call AddCommand("out-host") after invoking or MergeMyResults,
// otherwise Invoke will not return any objects