fix: Disable urlNormalisation on FF.

This commit is contained in:
damencho
2025-10-08 16:42:43 -05:00
committed by Дамян Минков
parent 9309d61c00
commit 7d2cf3dbf2

View File

@@ -29,6 +29,9 @@ const mergedConfig = merge(defaultConfig, {
'specs/media/desktopSharing.spec.ts',
'specs/media/lastN.spec.ts',
// fails randomly for failed downloading asset and page stays in incomplete state
'specs/misc/urlNormalisation.spec.ts',
// when unmuting a participant, we see the presence in debug logs immediately,
// but for 15 seconds it is not received/processed by the client
// (also the menu disappears after clicking one of the moderation options, does not happen manually)