mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
fix(test): move flaky ctrl-c-exit test to non-blocking suite (#23732)
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
import { describe, it, expect, beforeEach, afterEach } from 'vitest';
|
import { describe, it, expect, beforeEach, afterEach } from 'vitest';
|
||||||
import * as os from 'node:os';
|
import * as os from 'node:os';
|
||||||
import { TestRig } from './test-helper.js';
|
import { TestRig, skipFlaky } from './test-helper.js';
|
||||||
|
|
||||||
describe('Ctrl+C exit', () => {
|
describe.skipIf(skipFlaky)('Ctrl+C exit', () => {
|
||||||
let rig: TestRig;
|
let rig: TestRig;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user