Skip to content

Commit b2d440b

Browse files
committed
test: skip flaky mobile chrome test
1 parent 8f57e74 commit b2d440b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/studio-web/tests/editor/use-audio-toolbar.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ import JSZip from "jszip";
55
test.describe.configure({ mode: "parallel" });
66

77
test("should edit alignment and words (editor)", async ({ page, isMobile }) => {
8+
// See issue #405 - this test is flaky with Mobile Chrome. Disabled until
9+
// it can be stabilized.
10+
test.skip(Boolean(isMobile), "skipping flaky Mobile Chrome test.");
11+
812
await expect(async () => {
913
await editorDefaultBeforeEach(page, isMobile);
1014
}).toPass();

0 commit comments

Comments
 (0)