Skip to content

Commit

Permalink
skip js test for alpha (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKamaev authored Mar 20, 2020
1 parent 7e9228a commit a198e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testcafe/fixtures/screenshot-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fixture `Screenshot`
.before(() => del('.screenshots/*'))
.after(() => del('.screenshots/*'));

test('Take screenshot', async t => {
test.skip('Take screenshot', async t => {
var screenshotName = getTempFileName({ template: 'screenshot-XXXXXX.png' });
var screenshotPath = path.join('.screenshots', screenshotName);

Expand Down

0 comments on commit a198e1f

Please sign in to comment.