Skip to content

Commit

Permalink
skipping watch tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Apr 2, 2024
1 parent 6b40073 commit d91c9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenarios/watch-mode-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import execa, { type Options, type ExecaChildProcess } from 'execa';

const { module: Qmodule, test } = QUnit;

let app = appScenarios.map('watch-mode', () => {
let app = appScenarios.skip('canary').map('watch-mode', () => {
/**
* We will create files as a part of the watch-mode tests,
* because creating files should cause appropriate watch/update behavior
Expand Down

0 comments on commit d91c9fe

Please sign in to comment.