parent
4f930b6e42
commit
034a792df1
14 changed files with 138 additions and 108 deletions
|
@ -5,7 +5,7 @@ import * as path from 'path';
|
|||
import { ifdescribe, delay } from './spec-helpers';
|
||||
|
||||
// FIXME: The tests are skipped on arm/arm64.
|
||||
ifdescribe(!(process.platform !== 'win32' && ['arm', 'arm64'].includes(process.arch)))('contentTracing', () => {
|
||||
ifdescribe(!(['arm', 'arm64'].includes(process.arch)))('contentTracing', () => {
|
||||
const record = async (options: TraceConfig | TraceCategoriesAndOptions, outputFilePath: string | undefined, recordTimeInMilliseconds = 1e1) => {
|
||||
await app.whenReady();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue