Skip to content

Commit

Permalink
MM-59378 Skip flaky PerformanceReporter test (#27626)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmhealey authored Jul 11, 2024
1 parent 43b70e2 commit 7d80b5d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 7d80b5d

Please sign in to comment.