test: disable trace test that always fails (#5124)
This commit is contained in:
parent
8ad7318119
commit
b7fd0cd14c
|
|
@ -19,7 +19,7 @@ import type * as trace from '../src/trace/traceTypes';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs';
|
||||||
|
|
||||||
it('should record trace', async ({browser, testInfo, server}) => {
|
it('should record trace', test => test.fixme(), async ({browser, testInfo, server}) => {
|
||||||
const traceDir = testInfo.outputPath('trace');
|
const traceDir = testInfo.outputPath('trace');
|
||||||
const context = await browser.newContext({ _traceDir: traceDir } as any);
|
const context = await browser.newContext({ _traceDir: traceDir } as any);
|
||||||
const page = await context.newPage();
|
const page = await context.newPage();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue