Skip to content

Commit d7fe599

Browse files
authored
Temporarily skip FrameworkListListsContainsCorrectPaths
1 parent 1714f50 commit d7fe599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/test/TargetingPackTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ void CompareFrameworkElements(HashSet<string> expectedAssemblyNames, IEnumerable
366366
});
367367
}
368368

369-
[Fact]
369+
[Fact(Skip = "Skip until layout issues are resolved. See https://github.com/dotnet/aspnetcore/pull/34033")]
370370
public void FrameworkListListsContainsCorrectPaths()
371371
{
372372
if (!_isTargetingPackBuilding || string.IsNullOrEmpty(Environment.GetEnvironmentVariable("helix")))

0 commit comments

Comments
 (0)