From 3ad298986292728f8b38e483f72f578899a75f7f Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 08:20:54 +0100 Subject: [PATCH] chore: skip flaky contentTracing test (#45714) Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Samuel Maddock --- 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 b3996430d9f2..102d5e369767 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'