-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Stop running Components E2E Tests in Quarantined Test Pipelines #37891
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
Conversation
The What should we do with those tests. Options:
I'd normally go with #2, but given we aren't actively working on the PlayWright tests (as far as I know), and given they're duplicates of the existing E2E tests, I was considering #3. cc/ @HaoK @captainsafia |
Spoke with @HaoK offline, disabling the E2EMigrationTest for now from the CI (via e162edb). We can revisit this at a later stage. |
<!-- Skip the Components E2ETestMigration in CI --> | ||
<SkipTests Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</SkipTests> | ||
<BuildHelixPayload>false</BuildHelixPayload> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created #37929 to track re-enabling these tests in the CI once the PlayWright tests are ready.
Stops running the components E2E tests for the
aspnetcore-quarantined-tests
andaspnetcore-quarantined-pr
pipelines.Also disables the E2EMigrationTests from the CI.
Fixes #37443