Add a todo for enabling the toolbox categories tests

This commit is contained in:
Erik Pasternak
2025-07-08 15:17:33 -07:00
parent 1e40641f45
commit 2fba036a8d

View File

@@ -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);