From e36661dad93b9508083f8ca62358420a603443b8 Mon Sep 17 00:00:00 2001 From: Kamil Jarosz Date: Wed, 30 Jul 2025 22:18:49 +0200 Subject: [PATCH] chore: Mark avm1/netstream_play_flv as flaky It looks like avm1/netstream_play_flv is flaky too: https://github.com/ruffle-rs/ruffle/actions/runs/16299725240/job/46030922384 --- .config/nextest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nextest.toml b/.config/nextest.toml index 956c1f57c1d2..733b0d9725ce 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -4,5 +4,6 @@ filter = """ test(pixelbender) or \ test(avm2/graphics_round_rects) or \ +test(avm1/netstream_play_flv) or \ test(avm1/netstream_play_flv_screen)""" retries = 4