Merge pull request #1166 from QwenLM/mingholy/fix/unstable-e2e-test

test: skip unstable e2e test
This commit is contained in:
Mingholy
2025-12-06 18:42:29 +08:00
committed by GitHub

View File

@@ -1195,7 +1195,7 @@ describe('Permission Control (E2E)', () => {
}); });
describe('mode comparison tests', () => { describe('mode comparison tests', () => {
it( it.skip(
'should demonstrate different behaviors across all modes for write operations', 'should demonstrate different behaviors across all modes for write operations',
async () => { async () => {
const modes: Array<'default' | 'auto-edit' | 'yolo'> = [ const modes: Array<'default' | 'auto-edit' | 'yolo'> = [