privacytests / privacytests.org

Source code for privacytests.org. Includes browser testing code and site rendering.
https://privacytests.org
MIT License
846 stars 25 forks source link

Re-enable ServiceWorkers #40

Closed arthuredelstein closed 3 years ago

arthuredelstein commented 3 years ago

The tests on css, font, image, prefetch become flaky in Chromium when the ServiceWorker tests run:

image

But if I disable ServiceWorkers, then the tests are no longer flaky:

image

So in 6874e71 I have disabled ServiceWorkers. But we should re-enable them in some way that doesn't interfere with the other tests.

arthuredelstein commented 3 years ago

Fixed with cf54ec1