Skip to content

Commit 6659993

Browse files
committed
test: skip unsupported Windows signal emulation
1 parent f788f69 commit 6659993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/companion.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4965,7 +4965,7 @@ test('resumed rescue cannot reuse a historical visible result when the current t
49654965
assert.equal(jobs.filter((/** @type {any} */ job) => job.status === 'failed').length, 1);
49664966
});
49674967

4968-
test('an unrelated-only assistant remains pending until interruption without reusing historical output', async () => {
4968+
test('an unrelated-only assistant remains pending until interruption without reusing historical output', { skip: windowsRealSignalSkip }, async () => {
49694969
const context = await fixture();
49704970
const record = join(context.directory, 'unrelated-only.jsonl'); await writeFile(record, '');
49714971
const completionGate = join(context.directory, 'unrelated-only-completion-gate');

0 commit comments

Comments
 (0)