chore: skip tracing tests when tracing is forced

This commit is contained in:
Pavel Feldman 2021-10-13 19:32:23 -07:00
parent bb77912aee
commit ac6e515ac3

View File

@ -114,6 +114,8 @@ const test = playwrightTest.extend<{ showTraceViewer: (trace: string) => Promise
}
});
test.skip(({ trace }) => trace);
let traceFile: string;
test.beforeAll(async function recordTrace({ browser, browserName, browserType, server }, workerInfo) {