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

E2E: Disable a flaky deployment test #2016

Merged
merged 1 commit into from
Nov 22, 2024
Merged

E2E: Disable a flaky deployment test #2016

merged 1 commit into from
Nov 22, 2024

Conversation

adamziel
Copy link
Collaborator

Disables an E2E test that notoriously fails:

When a new website version is deployed while the old version is still loaded, creating a new site should still work.

I would love to improve this test, but this particular one is tedious and the process could take a few days I am not willing to put in right now. At the same time, keeping a failing test around lowers our confidence in the E2E test overall. Skipping it and keeping the code around for the next time we adjust the service worker seems like a good compromise, especially since the deployments seem to be in a good place now without many reports of the stale Playground version sticking around for too long.

Disables an E2E test that notoriously fails:

> When a new website version is deployed while the old version is still loaded, creating a new site should still work.

I would love to improve this test, but this particular one is tedious
and the process could take a few days I am not willing to put in right
now. At the same time, keeping a failing test around lowers our
confidence in the E2E test overall. Skipping it and keeping the code
around for the next time we adjust the service worker seems like a good
compromise, especially since the deployments seem to be in a good place
now without many reports of the stale Playground version sticking around
for too long.
@adamziel adamziel added [Type] Enhancement New feature or request Tests labels Nov 22, 2024
@adamziel adamziel merged commit 782ffd3 into trunk Nov 22, 2024
7 of 10 checks passed
@adamziel adamziel deleted the skip-flaky-test branch November 22, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tests [Type] Enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant