From 7cf6d9db51936160ea400357b92a4ced8970c095 Mon Sep 17 00:00:00 2001 From: "devinfra-flakiness[bot]" <212413796+devinfra-flakiness[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 17:00:21 +0000 Subject: [PATCH] Skipping flaky test test_expansion_via_debug --- tests/relay_integration/lang/javascript/test_plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/relay_integration/lang/javascript/test_plugin.py b/tests/relay_integration/lang/javascript/test_plugin.py index 5de196a6ca85cb..b49df0c8cb4e83 100644 --- a/tests/relay_integration/lang/javascript/test_plugin.py +++ b/tests/relay_integration/lang/javascript/test_plugin.py @@ -760,6 +760,7 @@ def test_indexed_sourcemap_source_expansion(self): assert raw_frame.post_context == ["//# sourceMappingURL=indexed.sourcemap.js"] assert raw_frame.lineno == 2 + @pytest.mark.skip(reason="flaky: #94874") @requires_symbolicator @pytest.mark.symbolicator def test_expansion_via_debug(self):