Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/relay_integration/lang/javascript/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2335,6 +2335,7 @@ def test_expansion_with_release_dist_pair_and_sourcemap_without_sources_content(
"\t\treturn multiply(add(a, b), a, b) / c;",
]

@pytest.mark.skip(reason="flaky: #98100")
@requires_symbolicator
@pytest.mark.symbolicator
def test_expansion_with_release_and_malformed_sourcemap(self) -> None:
Expand Down
Loading