Skip to content

Commit

Permalink
test: disable trace test that always fails (#5124)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslushnikov committed Jan 23, 2021
1 parent 8ad7318 commit b7fd0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/trace.spec.ts
Expand Up @@ -19,7 +19,7 @@ import type * as trace from '../src/trace/traceTypes';
import * as path from 'path';
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 context = await browser.newContext({ _traceDir: traceDir } as any);
const page = await context.newPage();
Expand Down

0 comments on commit b7fd0cd

Please sign in to comment.