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):