MM-59378 Skip flaky PerformanceReporter test (#27626)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
43b70e287a
Коммит
7d80b5d04b
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user