Skip to content

Commit

Permalink
Ignore env test (#5095)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Jun 12, 2024
1 parent 9ab8d6c commit dd5c22e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dd5c22e

Please sign in to comment.