Bug 1672869 - Disable WebAudio OOM test for sanitizers. r=padenot

Differential Revision: https://phabricator.services.mozilla.com/D95052
This commit is contained in:
Christian Holler 2020-10-29 09:48:09 +00:00
Родитель e33c84b907
Коммит af22893a9b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,5 +1,4 @@
[DEFAULT]
skip-if = tsan # 1672869
tags = mtg webaudio
subsuite = media
support-files =
@ -126,6 +125,7 @@ skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1538360
[test_convolverNodeDelay.html]
[test_convolverNodeFiniteInfluence.html]
[test_convolverNodeOOM.html]
skip-if = asan || tsan # 1672869
[test_convolverNodeNormalization.html]
[test_convolverNodePassThrough.html]
[test_convolverNodeWithGain.html]