fix(scripts): Improve deflake script isolation and unskip test (#11325)

This commit is contained in:
Sandy Tao
2025-10-16 16:15:46 -07:00
committed by GitHub
parent 9a4211b610
commit 991bd37362
2 changed files with 55 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import { describe, it, expect } from 'vitest';
import * as os from 'node:os';
import { TestRig } from './test-helper.js';
describe.skip('Ctrl+C exit', () => {
describe('Ctrl+C exit', () => {
it('should exit gracefully on second Ctrl+C', async () => {
const rig = new TestRig();
await rig.setup('should exit gracefully on second Ctrl+C');