From 9b27db55c0ebce8b7a20eba53aa1561bc4aca311 Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Thu, 28 Nov 2024 16:48:28 +0000 Subject: [PATCH] test: Disable failing tests See issue #8676. --- tests/mocha/workspace_svg_test.js | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/mocha/workspace_svg_test.js b/tests/mocha/workspace_svg_test.js index 75c0625fb1..2bc5fa97c8 100644 --- a/tests/mocha/workspace_svg_test.js +++ b/tests/mocha/workspace_svg_test.js @@ -502,7 +502,8 @@ suite('WorkspaceSvg', function () { ); }); - test('two blocks first at (10, 15) second at (0, 0) do not switch places', function () { + // TODO(#8676): Reenable once test passes reliably. + test.skip('two blocks first at (10, 15) second at (0, 0) do not switch places', function () { const blockJson1 = { 'type': 'math_number', 'id': 'block1', @@ -538,7 +539,8 @@ suite('WorkspaceSvg', function () { ); }); - test('two overlapping blocks are moved to origin and below', function () { + // TODO(#8676): Reenable once test passes reliably. + test.skip('two overlapping blocks are moved to origin and below', function () { const blockJson1 = { 'type': 'math_number', 'id': 'block1', @@ -618,7 +620,8 @@ suite('WorkspaceSvg', function () { ); }); - test('two overlapping blocks are moved to origin and below including children', function () { + // TODO(#8676): Reenable once test passes reliably. + test.skip('two overlapping blocks are moved to origin and below including children', function () { const blockJson1 = { 'type': 'logic_negate', 'id': 'block1', @@ -682,7 +685,8 @@ suite('WorkspaceSvg', function () { ); }); - test('two large overlapping blocks are moved to origin and below', function () { + // TODO(#8676): Reenable once test passes reliably. + test.skip('two large overlapping blocks are moved to origin and below', function () { const blockJson1 = { 'type': 'controls_repeat_ext', 'id': 'block1',