Skip to content

Commit 55bd1af

Browse files
committed
Enable categories test
1 parent 2c6c2e1 commit 55bd1af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/browser/test/toolbox_drag_test.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ async function openCategories(browser, categoryList, directionMultiplier) {
179179
chai.assert.equal(failureCount, 0);
180180
}
181181

182-
// TODO (#9217) These take too long to run and are very flakey. Need to find a
183-
// better way to test whatever this is trying to test.
184-
suite.skip('Open toolbox categories', function () {
182+
// TODO (#9217) These take too long to run and are very flakey. Need to pull
183+
// these out into their own test runner.
184+
suite('Open toolbox categories', function () {
185185
this.timeout(0);
186186

187187
test('opening every toolbox category in the category toolbox in LTR', async function () {

0 commit comments

Comments
 (0)