diff --git a/components/select/src/single-select-a11y/single-select-a11y.test.js b/components/select/src/single-select-a11y/single-select-a11y.test.js index 9e43f7426..2bb282378 100644 --- a/components/select/src/single-select-a11y/single-select-a11y.test.js +++ b/components/select/src/single-select-a11y/single-select-a11y.test.js @@ -578,4 +578,10 @@ describe('', () => { expect(onChange).toHaveBeenCalledTimes(1) expect(onChange).toHaveBeenCalledWith('foo') }) + + // @TODO + it.skip('should move up an entire page', () => {}) + it.skip('should move up half a page to the first option', () => {}) + it.skip('should move down an entire page', () => {}) + it.skip('should move down half a page to the last option', () => {}) })