build: remove unused enable_tts build flag (#38420)
chore: remove unused enable_tts build flag Co-authored-by: Milan Burda <miburda@microsoft.com>
This commit is contained in:
parent
dec9a1d9db
commit
b6ef4a3929
5 changed files with 1 additions and 10 deletions
|
@ -2225,7 +2225,7 @@ describe('chromium features', () => {
|
|||
// [FATAL:speech_synthesis.mojom-shared.h(237)] The outgoing message will
|
||||
// trigger VALIDATION_ERROR_UNEXPECTED_NULL_POINTER at the receiving side
|
||||
// (null text in SpeechSynthesisUtterance struct).
|
||||
ifdescribe(features.isTtsEnabled())('SpeechSynthesis', () => {
|
||||
describe('SpeechSynthesis', () => {
|
||||
itremote('should emit lifecycle events', async () => {
|
||||
const sentence = `long sentence which will take at least a few seconds to
|
||||
utter so that it's possible to pause and resume before the end`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue