Skip to content

Disable test based off of #38455 - #38580

Merged
safern merged 1 commit into
dotnet:masterfrom
jashook:disable_38455
Jun 30, 2020
Merged

Disable test based off of #38455#38580
safern merged 1 commit into
dotnet:masterfrom
jashook:disable_38455

Conversation

@jashook

Copy link
Copy Markdown
Contributor

No description provided.

@Dotnet-GitSync-BotDotnet-GitSync-Bot added the area-Infrastructure-coreclr Only use for closed issues label Jun 29, 2020
@jashook
jashook requested a review from safernJune 29, 2020 21:03
@jashook

Copy link
Copy Markdown
ContributorAuthor

/cc @CarolEidt

}

[Theory]
[ActiveIssue("https://github.com/dotnet/runtime/issues/38455", TestRuntimes.CoreCLR)]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'm not sure if it's preferable to use that, or something like:

[SkipOnCoreClr("https://github.com/dotnet/runtime/issues/38455")]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Whenever there is an issue open to fix that we try to use ActiveIssue... whenever there is a reason that we don't plan to fix it because it is a long running test or it is a test stress mode that we want to disable on, we use SkipOnCoreClr.

@safern
safern merged commit a034f6d into dotnet:masterJun 30, 2020
@jashook
jashook deleted the disable_38455 branch June 30, 2020 18:38
@ghostghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-Infrastructure-coreclrOnly use for closed issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@jashook@BruceForstall@safern@Dotnet-GitSync-Bot