Skip to content

Commit

Permalink
chore: skip windows kitchen sink until #897
Browse files Browse the repository at this point in the history
  • Loading branch information
d-goog committed Oct 10, 2024
1 parent 9cf3701 commit 9361ebe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/kitchen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ const execOpts = {
encoding: 'utf8' as BufferEncoding,
};

describe('🚰 kitchen sink', () => {
const action = process.platform !== 'win32' ? describe : describe.skip;

action('🚰 kitchen sink', () => {
const fixturesPath = path.join('test', 'fixtures');
const gtsPath = path.join('node_modules', '.bin', 'gts');
const kitchenPath = path.join(stagingPath, 'kitchen');
Expand Down

0 comments on commit 9361ebe

Please sign in to comment.