chore: skip flaky contentTracing test (#45240)
This commit is contained in:
parent
90754e5fd2
commit
51a249f380
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ ifdescribe(!(['arm', 'arm64'].includes(process.arch)) || (process.platform !== '
|
||||||
this.timeout(5e3);
|
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 = {
|
const options = {
|
||||||
categoryFilter: '*',
|
categoryFilter: '*',
|
||||||
traceOptions: 'record-until-full,enable-sampling'
|
traceOptions: 'record-until-full,enable-sampling'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue