WordPress / wordpress-playground

Run WordPress in the browser via WebAssembly PHP
https://w.org/playground/
GNU General Public License v2.0
1.65k stars 261 forks source link

E2E: Disable a flaky deployment test #2016

Closed adamziel closed 8 hours ago

adamziel commented 8 hours ago

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.