mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-59378 Skip flaky PerformanceReporter test (#27626)
This commit is contained in:
parent
43b70e287a
commit
7d80b5d04b
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user