mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Merge pull request #1166 from QwenLM/mingholy/fix/unstable-e2e-test
test: skip unstable e2e test
This commit is contained in:
@@ -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'> = [
|
||||||
|
|||||||
Reference in New Issue
Block a user