diff --git a/test/Microsoft.TestPlatform.AcceptanceTests/CUITTest.cs b/test/Microsoft.TestPlatform.AcceptanceTests/CUITTest.cs index efc524ffde..682ac1812a 100644 --- a/test/Microsoft.TestPlatform.AcceptanceTests/CUITTest.cs +++ b/test/Microsoft.TestPlatform.AcceptanceTests/CUITTest.cs @@ -30,7 +30,9 @@ private void CuitRunAll(RunnerInfo runnerInfo) } var assemblyAbsolutePath = _testEnvironment.GetTestAsset("CUITTestProject.dll", "net451"); + var arguments = PrepareArguments(assemblyAbsolutePath, string.Empty, string.Empty, FrameworkArgValue, resultsDirectory: TempDirectory.Path); + arguments += " -- RunConfiguration.TargetPlatform=x86"; InvokeVsTest(arguments); ValidateSummaryStatus(1, 0, 0);