Skip to content

Unskip compose test cases #50052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

SimonZhao888
Copy link
Member

No description provided.

@Copilot Copilot AI review requested due to automatic review settings August 5, 2025 09:21
Copy link
Contributor

@Copilot 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 unskips three previously disabled test cases related to compose functionality by removing the Skip parameter from their [Fact] attributes. The tests were previously disabled due to issue #49900 in the dotnet/sdk repository.

  • Removes Skip parameter from three test methods to enable their execution
  • Re-enables testing of compose dependencies functionality
  • Re-enables testing of compose dependencies without optimization and multifile compose scenarios

@@ -51,7 +51,7 @@ public GivenThatWeWantToStoreAProjectWithDependencies(ITestOutputHelper log) : b
{
}

[Fact(Skip="https://github.com/dotnet/sdk/issues/49900")]
[Fact]
Copy link
Preview

Copilot AI Aug 5, 2025

Choose a reason for hiding this comment

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

When unskipping tests, ensure the underlying issue referenced in the Skip parameter (#49900) has been resolved. Consider verifying that these tests pass consistently before removing the Skip attribute.

Copilot generated this review using guidance from copilot-instructions.md.

@SimonZhao888 SimonZhao888 linked an issue Aug 5, 2025 that may be closed by this pull request
Simon Zhao (BEYONDSOFT CONSULTING INC) and others added 2 commits August 6, 2025 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-enable compose store tests
1 participant