Skip to content

Commit 2fba036

Browse files
committed
Add a todo for enabling the toolbox categories tests
1 parent 1e40641 commit 2fba036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/browser/test/toolbox_drag_test.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ async function openCategories(browser, categoryList, directionMultiplier) {
174174
chai.assert.equal(failureCount, 0);
175175
}
176176

177-
// These take too long to run and are very flakey. Need to find a better way to
178-
// test whatever this is trying to test.
177+
// TODO (#9217) These take too long to run and are very flakey. Need to find a
178+
// better way to test whatever this is trying to test.
179179
suite.skip('Open toolbox categories', function () {
180180
this.timeout(0);
181181

0 commit comments

Comments
 (0)