Skip to content

Commit

Permalink
[xharness] introspection is now green on .NET/Mac Catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Aug 3, 2021
1 parent 69e8710 commit c0516a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xharness/Harness.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ int AutoConfigureMac (bool generate_projects)
IsDotNetProject = true,
TargetFrameworkFlavors = MacFlavors.MacCatalyst,
Platform = "AnyCPU",
Ignore = true /* always ignored for now, it has known failures */,
Ignore = !ENABLE_DOTNET,
});

MacTestProjects.Add (new MacTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "monotouch-test", "dotnet", "macOS", "monotouch-test.csproj"))) {
Expand Down

0 comments on commit c0516a0

Please sign in to comment.