diff --git a/src/tests/Interop/PInvoke/IEnumerator/IEnumeratorTest.cs b/src/tests/Interop/PInvoke/IEnumerator/IEnumeratorTest.cs index 2129b7b7eaf899..e91fd51d5656d2 100644 --- a/src/tests/Interop/PInvoke/IEnumerator/IEnumeratorTest.cs +++ b/src/tests/Interop/PInvoke/IEnumerator/IEnumeratorTest.cs @@ -40,6 +40,7 @@ public static extern void VerifyIntegerEnumeration( } [ConditionalClass(typeof(PlatformDetection), nameof(PlatformDetection.IsBuiltInComEnabled))] + [SkipOnMono("PInvoke IEnumerator/IEnumerable marshalling not supported on Mono")] public static class IEnumeratorTests { [Fact] diff --git a/src/tests/issues.targets b/src/tests/issues.targets index 37838a13d990e3..d1db0525b6aa5d 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -1831,9 +1831,6 @@ Requires COM support, disabled on all Mono platforms - - PInvoke IEnumerator/IEnumarable marshalling not supported on Mono - https://github.com/dotnet/runtime/issues/65695