From 51a249f380c2840464a9523e548bd942edc779ff Mon Sep 17 00:00:00 2001 From: Sam Maddock Date: Mon, 20 Jan 2025 03:57:10 -0500 Subject: [PATCH] chore: skip flaky contentTracing test (#45240) --- spec/api-content-tracing-spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/api-content-tracing-spec.ts b/spec/api-content-tracing-spec.ts index b584b1a8182f..243b3383e44a 100644 --- a/spec/api-content-tracing-spec.ts +++ b/spec/api-content-tracing-spec.ts @@ -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'