Skip to content
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

Skip Bundle_can_be_renamed() installer test #38014

Merged
1 commit merged into from
Jun 17, 2020

Conversation

swaroop-sridhar
Copy link
Contributor

This test is randomly failing in the lab: #35068
Therefore skip this test until the underlying problem is resolved.
Enabling the test is tracked by #38013

Fixes #35068.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the area-HostModel Microsoft.NET.HostModel issues label Jun 17, 2020
@ghost
Copy link

ghost commented Jun 17, 2020

Tagging subscribers to this area: @vitek-karas, @swaroop-sridhar
Notify danmosemsft if you want to be subscribed.

Copy link
Member

@safern safern left a comment

Choose a reason for hiding this comment

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

Thanks!

@ghost
Copy link

ghost commented Jun 17, 2020

Hello @swaroop-sridhar!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@@ -22,7 +22,7 @@ public BundleRename(SharedTestState fixture)
sharedTestState = fixture;
}

[Theory]
[Theory(Skip = "Fails in CI: https://github.com/dotnet/runtime/issues/35068")]
Copy link
Member

Choose a reason for hiding this comment

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

We use [ActiveIssue(...)] for such things in the library tests. I've not paid attention in the past to what's used in the installer tests. Are we able to use [ActiveIssue(...)] in such cases as well? If we haven't before, don't worry about it for this PR; in the future, it'd be nice to align across all the tests in the repo.

Copy link
Member

Choose a reason for hiding this comment

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

ActiveIssue should work fine as well in installer.

This test is randomly failing in the lab: dotnet#35068
Therefore skip this test until the underlying problem is resolved.
Enabling the test is tracked by dotnet#38013

Fixes dotnet#35068.
@ghost ghost merged commit 147d3f1 into dotnet:master Jun 17, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-HostModel Microsoft.NET.HostModel issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bundle_can_be_renamed_while_running failed in CI
5 participants