Skip to content

Commit

Permalink
Remove xfail marker from test_draw_math_text
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Nov 29, 2024
1 parent 74f42a2 commit 88685e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_html5_canvas_backend.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import base64
import pathlib

# import pytest
from conftest import matplotlib_test_decorator
from pytest_pyodide import run_in_pyodide

Expand Down Expand Up @@ -277,9 +276,6 @@ def run(selenium, handle, ref):


@matplotlib_test_decorator
@pytest.mark.xfail(
reason="TODO: pytest_pyodide.pyodide.JsException: InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable"
)
def test_draw_math_text(selenium_standalone_matplotlib):
selenium = selenium_standalone_matplotlib

Expand Down

0 comments on commit 88685e0

Please sign in to comment.