Skip to content

Commit e78e9cd

Browse files
committed
Don't do that, we will ignore the entire category eventually
1 parent 9178f6a commit e78e9cd

File tree

1 file changed

+0
-4
lines changed
  • src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests

1 file changed

+0
-4
lines changed

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,6 @@ public void BuildAotApplicationWithNdkAndBundleAndÜmläüts (string supportedAb
163163
if (IsWindows)
164164
Assert.Ignore ("https://github.com/dotnet/runtime/issues/88625");
165165

166-
if (TargetRuntimeHelper.UseCoreCLR) {
167-
Assert.Ignore ("CoreCLR doesn't support MonoVM-style AOT builds");
168-
}
169-
170166
var abisSanitized = supportedAbis.Replace (";", "").Replace ("-", "").Replace ("_", "");
171167
var path = Path.Combine ("temp", string.Format ("BuildAotNdk AndÜmläüts_{0}_{1}_{2}", abisSanitized, enableLLVM, usesAssemblyBlobs));
172168
var proj = new XamarinAndroidApplicationProject () {

0 commit comments

Comments
 (0)