From 97284ead14d90ca4891f709d220e4d6ee0c2f4c1 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Mon, 15 Jan 2024 12:07:09 +0100 Subject: [PATCH] Temporarily disable the webaudio tests (#31089) After the recent GStreamer upgrade these tests are completely unreliable. It seems that we need to make some changes to the CI environment to ensure that these can run in a reliable manner and not run into missing audio device errors. --- tests/wpt/include.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wpt/include.ini b/tests/wpt/include.ini index 26a9e10f8c1..42a0712183f 100644 --- a/tests/wpt/include.ini +++ b/tests/wpt/include.ini @@ -181,7 +181,7 @@ skip: true [wasm] skip: false [webaudio] - skip: false + skip: true [WebCryptoAPI] skip: false [webgl]