Skip to content

Commit

Permalink
chore(tests): skip flaky tests - menu avt, slider onDrag (#17427)
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones committed Sep 12, 2024
1 parent 2a1cc0f commit 5fcb5c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/components/Menu/Menu-test.avt.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test.describe('@avt Menu', () => {
await expect(page).toHaveNoACViolations('Menu @avt-default-state');
});

test('@avt-keyboard-nav Menu', async ({ page }) => {
test.fixme('@avt-keyboard-nav Menu', async ({ page }) => {
await visitStory(page, {
component: 'Menu',
id: 'components-menu--playground',
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/components/Slider/Slider-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ describe('Slider', () => {
expect(onChange).not.toHaveBeenCalled();
});

it('gracefully tolerates empty event passed to _onDrag', () => {
it.skip('gracefully tolerates empty event passed to _onDrag', () => {
const { mouseDown, mouseUp, mouseMove } = fireEvent;
const { container } = renderSlider({
ariaLabelInput: inputAriaValue,
Expand Down

0 comments on commit 5fcb5c2

Please sign in to comment.