Skip to content

Commit 1643fc8

Browse files
[tests] Ignore MarshalMethodsAppRuns on CoreCLR (#12213)
Marshal methods are only supported with MonoVM, which is no longer part of the main runtime test matrix. Ignore the CoreCLR and NativeAOT cases until supported coverage is available. Refs #12206 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 8615e78 commit 1643fc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/MSBuildDeviceIntegration/Tests/MarshalMethodsGCHangTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public override void Close ()
8484
";
8585

8686
[Test]
87+
[Ignore ("Marshal methods are not yet working on CoreCLR: https://github.com/dotnet/android/issues/12206")]
8788
public void MarshalMethodsAppRuns ([Values (AndroidRuntime.CoreCLR, AndroidRuntime.NativeAOT)] AndroidRuntime runtime)
8889
{
8990
const bool isRelease = true;

0 commit comments

Comments
 (0)