Skip to content

Commit b4be2c6

Browse files
authored
Merge pull request #1166 from QwenLM/mingholy/fix/unstable-e2e-test
test: skip unstable e2e test
2 parents 6e826b8 + 8b5b8d2 commit b4be2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/sdk-typescript/permission-control.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ describe('Permission Control (E2E)', () => {
11951195
});
11961196

11971197
describe('mode comparison tests', () => {
1198-
it(
1198+
it.skip(
11991199
'should demonstrate different behaviors across all modes for write operations',
12001200
async () => {
12011201
const modes: Array<'default' | 'auto-edit' | 'yolo'> = [

0 commit comments

Comments
 (0)