test(core): remove hardcoded model from TestRig (#18710)

This commit is contained in:
N. Taylor Mullen
2026-02-09 23:54:23 -08:00
committed by GitHub
parent 4a3c7ae8b7
commit 67d9b76e81
3 changed files with 13 additions and 6 deletions
+3
View File
@@ -20,5 +20,8 @@ export default defineConfig({
maxThreads: 16,
},
},
env: {
GEMINI_TEST_TYPE: 'integration',
},
},
});