Skip to content

Commit 604cc61

Browse files
committed
Revert ignore of failing tests.
1 parent f723ff6 commit 604cc61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/dotnet/UnitTests/ProjectTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,7 +2053,6 @@ public void BuildAndExecuteAppWithWinExeOutputType (ApplePlatform platform, stri
20532053
[TestCase (ApplePlatform.iOS, "iossimulator-x64")]
20542054
[TestCase (ApplePlatform.MacOSX, "osx-arm64")]
20552055
[TestCase (ApplePlatform.MacCatalyst, "maccatalyst-x64")]
2056-
[Ignore ("https://github.com/dotnet/sdk/issues/46790")]
20572056
public void PublishAotDuringBuild (ApplePlatform platform, string runtimeIdentifiers)
20582057
{
20592058
var project = "MySimpleApp";
@@ -2071,7 +2070,6 @@ public void PublishAotDuringBuild (ApplePlatform platform, string runtimeIdentif
20712070
[TestCase (ApplePlatform.iOS, "ios-arm64")]
20722071
[TestCase (ApplePlatform.iOS, "iossimulator-arm64")]
20732072
[TestCase (ApplePlatform.MacCatalyst, "maccatalyst-arm64")]
2074-
[Ignore ("https://github.com/dotnet/sdk/issues/46790")]
20752073
public void BuildMyNativeAotAppWithTrimAnalysisWarning (ApplePlatform platform, string runtimeIdentifiers)
20762074
{
20772075
var project = "MyNativeAotAppWithTrimAnalysisWarning";

0 commit comments

Comments
 (0)