Skip flakey tests (#11101)

This commit is contained in:
Tommaso Sciortino
2025-10-14 08:16:22 -07:00
committed by GitHub
parent 481ba01c97
commit 1e838393a9
3 changed files with 3 additions and 3 deletions
@@ -7,7 +7,7 @@
import { expect, describe, it, beforeEach, afterEach } from 'vitest';
import { TestRig } from './test-helper.js';
describe('Interactive file system', () => {
describe.skip('Interactive file system', () => {
let rig: TestRig;
beforeEach(() => {