Skip to content

Commit 51def27

Browse files
committed
disable CTS for now
1 parent 02a7c22 commit 51def27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/cts/generate.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ export async function ctsGenerateMany(
2929
if (!getTestOutputFolder(gen.language)) {
3030
continue;
3131
}
32+
// Remove this once we have CTS for ingestion
33+
if (gen.key === 'javascript-ingestion') {
34+
continue;
35+
}
3236
await ctsGenerate(gen, verbose);
3337
}
3438

0 commit comments

Comments
 (0)