We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a962aa commit 268a9f9Copy full SHA for 268a9f9
1 file changed
.agents/__tests__/editor-best-of-n.integration.test.ts
@@ -14,7 +14,7 @@ import type { PrintModeEvent } from '@codebuff/common/types/print-mode'
14
* 4. Applies the chosen implementation
15
*/
16
describe('Editor Best-of-N Max Agent Integration', () => {
17
- it(
+ it.skip(
18
'should generate and select the best implementation for a simple edit',
19
async () => {
20
const apiKey = process.env[API_KEY_ENV_VAR]
0 commit comments