Skip to content

Commit c571123

Browse files
authored
[net10.0] [tests] Ignore NativeAOT tests that are failing due to a dotnet/sdk issue. (#22186)
Ref: dotnet/sdk#46790
1 parent 752159b commit c571123

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/dotnet/UnitTests/ProjectTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,6 +2040,7 @@ public void BuildAndExecuteAppWithWinExeOutputType (ApplePlatform platform, stri
20402040
[TestCase (ApplePlatform.iOS, "iossimulator-x64")]
20412041
[TestCase (ApplePlatform.MacOSX, "osx-arm64")]
20422042
[TestCase (ApplePlatform.MacCatalyst, "maccatalyst-x64")]
2043+
[Ignore ("https://github.com/dotnet/sdk/issues/46790")]
20432044
public void PublishAotDuringBuild (ApplePlatform platform, string runtimeIdentifiers)
20442045
{
20452046
var project = "MySimpleApp";
@@ -2057,6 +2058,7 @@ public void PublishAotDuringBuild (ApplePlatform platform, string runtimeIdentif
20572058
[TestCase (ApplePlatform.iOS, "ios-arm64")]
20582059
[TestCase (ApplePlatform.iOS, "iossimulator-arm64")]
20592060
[TestCase (ApplePlatform.MacCatalyst, "maccatalyst-arm64")]
2061+
[Ignore ("https://github.com/dotnet/sdk/issues/46790")]
20602062
public void BuildMyNativeAotAppWithTrimAnalysisWarning (ApplePlatform platform, string runtimeIdentifiers)
20612063
{
20622064
var project = "MyNativeAotAppWithTrimAnalysisWarning";

0 commit comments

Comments
 (0)