Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
chore: skip tests which depends on authorization for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdward162 committed Dec 7, 2020
1 parent 7839da2 commit a716b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/play.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('Play CLI command', () => {
expect(undefined).toBeUndefined();
});

it('execute compiles playground and executes it', async () => {
xit('execute compiles playground and executes it', async () => {
stdout.start();
await Play.run([
'execute',
Expand Down

0 comments on commit a716b98

Please sign in to comment.