Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ partial class NativeExportsNE

public class NativeMarshallingAttributeTests
{
Comment thread
jtschuster marked this conversation as resolved.
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsCoreCLR))]
#pragma warning disable xUnit1004
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsCoreCLR), Skip = "Test is not well constructed: https://github.com/dotnet/runtime/issues/122447")]
#pragma warning restore xUnit1004
public void GetSameComInterfaceTwiceReturnsUniqueInstances()
{
// When using NativeMarshalling with UniqueComInterfaceMarshaller,
Expand Down
Loading