Skip to content

Commit dd5c22e

Browse files
authored
Ignore env test (#5095)
1 parent 9ab8d6c commit dd5c22e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DotnetArchitectureSwitchTests.Windows.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public class DotnetArchitectureSwitchTestsWindowsOnly : AcceptanceTestBase
2020
{
2121
[TestMethod]
2222
[DataRow("X64", "X86")]
23+
[Ignore]
2324
// TODO: This test does not work on server, it occasionally fails with cryptic message around not being able to load MSBuild.Tasks.
2425
// [DataRow("X86", "X64")]
2526
public void Use_EnvironmentVariables(string architectureFrom, string architectureTo)

0 commit comments

Comments
 (0)