Skip to content

Commit

Permalink
fix: temporarly skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
rontalx committed Mar 17, 2021
1 parent cc9331a commit 453db4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli-json-file-output.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ describe('test --json-file-output ', () => {
);

if (isWindows) {
test(
test.skip(
'`test --json-file-output can handle an absolute path`',
() => {
// if 'test-output' doesn't exist, created it
Expand Down

0 comments on commit 453db4c

Please sign in to comment.