Disable PerformanceReporter tests (#28426)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b7f337a87c
Коммит
c15c924c49
@@ -19,7 +19,10 @@ jest.mock('web-vitals/attribution');
|
|||||||
|
|
||||||
const siteUrl = 'http://localhost:8065';
|
const siteUrl = 'http://localhost:8065';
|
||||||
|
|
||||||
describe('PerformanceReporter', () => {
|
// These tests are good to have, but they're incredibly unreliable in CI. These should be uncommented when making
|
||||||
|
// changes to this code.
|
||||||
|
// eslint-disable-next-line no-only-tests/no-only-tests
|
||||||
|
describe.skip('PerformanceReporter', () => {
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
performance.clearMarks();
|
performance.clearMarks();
|
||||||
performance.clearMeasures();
|
performance.clearMeasures();
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user