diff --git a/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DotnetArchitectureSwitchTests.Windows.cs b/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DotnetArchitectureSwitchTests.Windows.cs index 64a2ff00ee..f14d48f54c 100644 --- a/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DotnetArchitectureSwitchTests.Windows.cs +++ b/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DotnetArchitectureSwitchTests.Windows.cs @@ -20,7 +20,6 @@ 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)