From 2fba036a8dd6ae9eec629b0b9f2b6e2437cf2087 Mon Sep 17 00:00:00 2001 From: Erik Pasternak Date: Tue, 8 Jul 2025 15:17:33 -0700 Subject: [PATCH] Add a todo for enabling the toolbox categories tests --- tests/browser/test/toolbox_drag_test.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/browser/test/toolbox_drag_test.mjs b/tests/browser/test/toolbox_drag_test.mjs index be64c6920..32c201406 100644 --- a/tests/browser/test/toolbox_drag_test.mjs +++ b/tests/browser/test/toolbox_drag_test.mjs @@ -174,8 +174,8 @@ async function openCategories(browser, categoryList, directionMultiplier) { chai.assert.equal(failureCount, 0); } -// These take too long to run and are very flakey. Need to find a better way to -// test whatever this is trying to test. +// TODO (#9217) These take too long to run and are very flakey. Need to find a +// better way to test whatever this is trying to test. suite.skip('Open toolbox categories', function () { this.timeout(0);