Skip to content

Commit 8c377ff

Browse files
Victor-Rodzkoclaude
andcommitted
QVAC-24089 test: skip redundant CosyVoice3 e2e tests on mobile
- all 7 tts-cosyvoice3-* e2e tests ran on both mobile platforms; several are slow on Device Farm (emotion-conditioning timed out at 360s, native-streaming and duplex-streaming at 180s in the last full mobile run) and overlap coverage already provided by other TTS tests - keep tts-cosyvoice3-default and tts-cosyvoice3-invalid-emotion on mobile; mark the other five as expected skips via the existing skipTests helper - desktop/Electron coverage for the skipped tests is unchanged Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 714d52b commit 8c377ff

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/sdk/e2e/tests/mobile/consumer.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,16 @@ export const executor = createExecutor({
605605
/^(ocr-doctr-|model-load-ocr-doctr$)/,
606606
'DocTR OCR e2e is desktop-only; the pipeline/detector auto-derivation under test (QVAC-22514) is server-side Bare code identical across platforms, and the doctr resource is not defined on mobile'
607607
),
608+
skipTests(
609+
[
610+
'tts-cosyvoice3-emotion-conditioning',
611+
'tts-cosyvoice3-streaming',
612+
'tts-cosyvoice3-native-streaming',
613+
'tts-cosyvoice3-sentence-streaming',
614+
'tts-cosyvoice3-duplex-streaming'
615+
],
616+
'Redundant CosyVoice3 e2e coverage overlapping other TTS tests, and slow on Device Farm; only tts-cosyvoice3-default and tts-cosyvoice3-invalid-emotion are kept on mobile'
617+
),
608618
...(Platform.OS === 'android'
609619
? [
610620
skipTests(

0 commit comments

Comments
 (0)