From 62ad8abb8ebefacc7d9ca184f43b5507cf4cfc49 Mon Sep 17 00:00:00 2001 From: Quan HL Date: Thu, 14 Aug 2025 16:49:47 +0700 Subject: [PATCH] wip --- test/synth.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/synth.js b/test/synth.js index ad7b55d..e264cff 100644 --- a/test/synth.js +++ b/test/synth.js @@ -199,6 +199,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 retrieved aws audio from cache ${opts.filePath}`); } catch (err) {