MM-59378 Skip flaky PerformanceReporter test (#27626)

This commit is contained in:
Harrison Healey 2024-07-11 13:06:02 -04:00 committed by GitHub
parent 43b70e287a
commit 7d80b5d04b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,9 @@ describe('PerformanceReporter', () => {
performance.clearMeasures(); 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(); const {reporter, sendBeacon} = newTestReporter();
reporter.observe(); reporter.observe();