Skip to content

Commit df734b4

Browse files
committed
Disable net3.1 ILLink tests
1 parent 0aabe7a commit df734b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Microsoft.NET.Publish.Tests/PublishTestUtils.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ internal static class PublishTestUtils
99

1010
public static IEnumerable<object[]> SupportedTfms { get; } = new List<object[]>
1111
{
12-
new object[] { "netcoreapp3.1" },
12+
// Some tests started failing on net3.1 so disabling since this has been out of support for a while
13+
//new object[] { "netcoreapp3.1" },
1314
new object[] { "net5.0" },
1415
new object[] { "net6.0" },
1516
new object[] { "net7.0" },

0 commit comments

Comments
 (0)