Skip to content

Conversation

@jtschuster
Copy link
Member

Skips the test causing #122447

@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @dotnet/interop-contrib
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR skips a failing COM interop test to address issue #122447. The test GetSameComInterfaceTwiceReturnsUniqueInstances has been marked with the Skip parameter and wrapped with pragma directives to suppress xUnit warning xUnit1004 (which flags skipped test methods).

Key Changes

  • Added Skip parameter to the ConditionalFact attribute with a reference to the GitHub issue explaining the test construction problem
  • Wrapped the test attribute with #pragma warning disable/restore xUnit1004 directives to suppress the warning about skipped tests

@jkotas jkotas enabled auto-merge (squash) December 12, 2025 04:15
@jtschuster
Copy link
Member Author

/ba-g failures are unrelated wasm tests

@jkotas jkotas merged commit 13ee790 into dotnet:main Dec 12, 2025
89 of 93 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants