diff --git a/webapp/channels/src/utils/performance_telemetry/reporter.test.ts b/webapp/channels/src/utils/performance_telemetry/reporter.test.ts index 456f467c26..c9dad07815 100644 --- a/webapp/channels/src/utils/performance_telemetry/reporter.test.ts +++ b/webapp/channels/src/utils/performance_telemetry/reporter.test.ts @@ -25,7 +25,9 @@ describe('PerformanceReporter', () => { performance.clearMeasures(); }); - test('should report measurements to the server as histograms', async () => { + // Skip this test because it's flaky + // eslint-disable-next-line no-only-tests/no-only-tests + test.skip('should report measurements to the server as histograms', async () => { const {reporter, sendBeacon} = newTestReporter(); reporter.observe();