Skip to content

Commit 8ab6a48

Browse files
authored
disable hanging test (#5619)
1 parent 9389d84 commit 8ab6a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Build.UnitTests/Graph/GraphLoadedFromSolution_tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public void GraphConstructionCanLoadEntryPointsFromSolution(
204204
AssertSolutionBasedGraph(edges, currentSolutionConfiguration, solutionConfigurations);
205205
}
206206

207-
[Theory]
207+
[Theory(Skip = "hangs in CI, can't repro locally: https://github.com/dotnet/msbuild/issues/5453")]
208208
[MemberData(nameof(GraphsWithUniformSolutionConfigurations))]
209209
public void SolutionBasedGraphCanMatchProjectSpecificConfigurations(
210210
Dictionary<int, int[]> edges,

0 commit comments

Comments
 (0)