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 Playwright Tests Running in Quarantined Pipeline #40129

Merged
merged 2 commits into from
Feb 11, 2022

Conversation

TanayParikh
Copy link
Contributor

Skips Playwright tests from running in quarantined pipelines given we know they'll fail. Saves resources & test execution time.

Fixes: #40051

Will be unskipped via #38818.

@ghost ghost added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Feb 10, 2022
@TanayParikh TanayParikh requested review from a team February 10, 2022 19:39
Copy link
Member

@dougbu dougbu left a comment

Choose a reason for hiding this comment

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

@TanayParikh this won't work until you remove the extra [Fact]s and move the Skip bit to the [Theory]s

@TanayParikh TanayParikh added the feature-playwright 🎭 This issue is related to Playwright E2E Project Template Tests label Feb 10, 2022
@TanayParikh TanayParikh merged commit fdbe28e into main Feb 11, 2022
@TanayParikh TanayParikh deleted the taparik/skipPlaywrightTests branch February 11, 2022 00:44
@ghost ghost added this to the 7.0-preview2 milestone Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates feature-playwright 🎭 This issue is related to Playwright E2E Project Template Tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable BlazorTemplates.Tests from running in quarantined pipelines
3 participants