Skip to content

Commit 268a9f9

Browse files
committed
Skip best of n edtior integration test until we can fix it
1 parent 6a962aa commit 268a9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.agents/__tests__/editor-best-of-n.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import type { PrintModeEvent } from '@codebuff/common/types/print-mode'
1414
* 4. Applies the chosen implementation
1515
*/
1616
describe('Editor Best-of-N Max Agent Integration', () => {
17-
it(
17+
it.skip(
1818
'should generate and select the best implementation for a simple edit',
1919
async () => {
2020
const apiKey = process.env[API_KEY_ENV_VAR]

0 commit comments

Comments
 (0)