A/B/N Experiment metrics #2843
Annotations
1 error, 2 warnings, and 1 notice
Run tests:
integration-test/request-blocking.spec.js#L153
1) [chromium] › request-blocking.spec.js:113:9 › Test request blocking › serviceworkerInitiatedRequests exceptions should disable service worker blocking
Error: ID: serviceworker-fetch, Category: other
expect(received).toEqual(expected) // deep equality
Expected: "loaded"
Received: "not loaded"
151 | const description = `ID: ${id}, Category: ${category}`;
152 | if (id === 'serviceworker-fetch') {
> 153 | expect(status, description).toEqual('loaded');
| ^
154 | } else {
155 | expect(status, description).not.toEqual('loaded');
156 | }
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/request-blocking.spec.js:153:45
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Run tests
1 flaky
[chromium] › request-blocking.spec.js:113:9 › Test request blocking › serviceworkerInitiatedRequests exceptions should disable service worker blocking
15 passed (56.0s)
|
Loading