chore: skip flaky contentTracing test (#45714)

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Samuel Maddock <smaddock@slack-corp.com>
This commit is contained in:
trop[bot] 2025-02-20 08:20:54 +01:00 committed by GitHub
parent 8ea1f5b604
commit 3ad2989862
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'