Skip to content

Commit

Permalink
move flake
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Feb 14, 2025
1 parent 49bbfa8 commit cda1e5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tests/_cli/test_cli_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@ def test_export_watch_script_no_out_dir(

class TestExportMarkdown:
@staticmethod
@pytest.mark.xfail(reason="flakey", strict=False)
def test_export_markdown(temp_marimo_file: str) -> None:
p = subprocess.run(
["marimo", "export", "md", temp_marimo_file],
Expand Down
1 change: 1 addition & 0 deletions tests/_server/api/endpoints/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def test_export_script(client: TestClient) -> None:
assert "__generated_with = " in response.text


@pytest.mark.xfail(reason="flakey", strict=False)
@with_session(SESSION_ID)
def test_export_markdown(client: TestClient) -> None:
response = client.post(
Expand Down

0 comments on commit cda1e5e

Please sign in to comment.