Skip to content

Commit 7429857

Browse files
committed
Disable swe bench tests so I don't accidently run them
1 parent fbbbb1a commit 7429857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/swe-bench.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const LITE_DATASET_PATH = path.join(
2020
'princeton-nlp--SWE-bench_Lite.json',
2121
)
2222

23-
describe('SWE-Bench', async () => {
23+
describe.skip('SWE-Bench', async () => {
2424
await ensureTestRepos()
2525
const sweBenchLiteList = JSON.parse(
2626
fs.readFileSync(LITE_DATASET_PATH, 'utf-8'),

0 commit comments

Comments
 (0)