Skip to content

Commit

Permalink
Skip use_location tests on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Oct 29, 2024
1 parent 873096c commit f0111ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/py/reactpy/tests/test_backend/test_all.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sys
from collections.abc import MutableMapping

import pytest
Expand Down Expand Up @@ -106,6 +107,7 @@ def ShowScope():
assert isinstance(scope.current, MutableMapping)


@pytest.mark.skipIf(sys.platform == "darwin", reason="Tornado and Flask backends are currently buggy on MacOS.")
async def test_use_location(display: DisplayFixture):
location = reactpy.Ref()

Expand Down

0 comments on commit f0111ab

Please sign in to comment.