mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
chore: skip flaky contentTracing test (#45240)
This commit is contained in:
@@ -99,7 +99,8 @@ ifdescribe(!(['arm', 'arm64'].includes(process.arch)) || (process.platform !== '
|
||||
this.timeout(5e3);
|
||||
}
|
||||
|
||||
it('does not crash on empty string', async () => {
|
||||
// FIXME(samuelmaddock): this test regularly flakes
|
||||
it.skip('does not crash on empty string', async () => {
|
||||
const options = {
|
||||
categoryFilter: '*',
|
||||
traceOptions: 'record-until-full,enable-sampling'
|
||||
|
||||
Reference in New Issue
Block a user