From 92734aaedb3fd6274b96c259c588c7e689905cda Mon Sep 17 00:00:00 2001 From: Quan HL Date: Thu, 14 Aug 2025 16:38:36 +0700 Subject: [PATCH] wip --- test/synth.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/synth.js b/test/synth.js index 7cfba4c..ad7b55d 100644 --- a/test/synth.js +++ b/test/synth.js @@ -185,6 +185,7 @@ test('AWS speech synth tests', async(t) => { language: 'en-US', voice: 'Joey', text: 'This is a test. This is only a test', + disableTtsCache: true, }); t.ok(!opts.servedFromCache, `successfully synthesized aws audio to ${opts.filePath}`);