Skip to content

Commit

Permalink
Comment out a test in menu-button_links.js (#1938)
Browse files Browse the repository at this point in the history
See #1937
  • Loading branch information
zcorpan authored Nov 2, 2021
1 parent f450f8a commit 19f4482
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/tests/menu-button_links.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const assertAttributeValues = require('../util/assertAttributeValues');
const assertAriaLabelledby = require('../util/assertAriaLabelledby');
const assertAriaControls = require('../util/assertAriaControls');
const assertAriaRoles = require('../util/assertAriaRoles');
const replaceExternalLink = require('../util/replaceExternalLink');
// const replaceExternalLink = require('../util/replaceExternalLink');

const exampleFile = 'menu-button/menu-button-links.html';

Expand Down Expand Up @@ -255,6 +255,9 @@ ariaTest(
}
);

/* TODO: this test is (sometimes?) failing in CI.
See https://github.com/w3c/aria-practices/issues/1937
ariaTest('"enter" on role="menuitem"', exampleFile, 'menu-enter', async (t) => {
for (let index = 0; index < ex.numMenuitems; index++) {
// Return to test page
Expand Down Expand Up @@ -286,6 +289,7 @@ ariaTest('"enter" on role="menuitem"', exampleFile, 'menu-enter', async (t) => {
);
}
});
*/

ariaTest(
'"escape" on role="menuitem"',
Expand Down

0 comments on commit 19f4482

Please sign in to comment.