Skip to content

Commit

Permalink
Skip hanging test (#5995)
Browse files Browse the repository at this point in the history
Skip hanging test
  • Loading branch information
Forgind authored Jan 7, 2021
1 parent 78184a0 commit 56b853f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Build.UnitTests/Graph/GraphLoadedFromSolution_tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ var currentSolutionConfigurationPlatform in SolutionFileBuilder.SolutionConfigur
}
}

[Theory(Timeout = 20_000)] // Test hangs intermittently: https://github.com/dotnet/msbuild/issues/5520
[Theory(Skip = "hangs in CI, can't repro locally: https://github.com/dotnet/msbuild/issues/5453")]
[MemberData(nameof(GraphsWithUniformSolutionConfigurations))]
public void GraphConstructionCanLoadEntryPointsFromSolution(
Dictionary<int, int[]> edges,
Expand Down

0 comments on commit 56b853f

Please sign in to comment.