Skip to content

Commit

Permalink
Added skips for old tests in classic mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcconechy committed Jan 23, 2024
1 parent 9c02410 commit 42a9abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/components/button/button-puppeteer-visual-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ describe('Button Puppeteer Visual Tests', () => {
await snap(768, 1024);
});

it('should not visually regress on example-100-percent at 500px', async () => {
it.skip('should not visually regress on example-100-percent at 500px', async () => {
await snap(500, 600);
});

it('should not visually regress on example-100-percent at 320px', async () => {
it.skip('should not visually regress on example-100-percent at 320px', async () => {
await snap(320, 480);
});
});
Expand Down

0 comments on commit 42a9abb

Please sign in to comment.