diff --git a/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DotnetArchitectureSwitchTests.Windows.cs b/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DotnetArchitectureSwitchTests.Windows.cs index f14d48f54c..64a2ff00ee 100644 --- a/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DotnetArchitectureSwitchTests.Windows.cs +++ b/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DotnetArchitectureSwitchTests.Windows.cs @@ -20,6 +20,7 @@ public class DotnetArchitectureSwitchTestsWindowsOnly : AcceptanceTestBase { [TestMethod] [DataRow("X64", "X86")] + [Ignore] // TODO: This test does not work on server, it occasionally fails with cryptic message around not being able to load MSBuild.Tasks. // [DataRow("X86", "X64")] public void Use_EnvironmentVariables(string architectureFrom, string architectureTo)