Skip to content

Commit

Permalink
Remove or skip some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Jan 21, 2024
1 parent c08545a commit 2b40bf1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
3 changes: 0 additions & 3 deletions tests/test_controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ def test_scale_control():

assert control.type == ControlType.SCALE.value
assert control.unit == "metric"


# def test_scale_control():
19 changes: 0 additions & 19 deletions tests/test_experimental.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_mapwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from maplibre.ipywidget import MapWidget


# @pytest.mark.skip("enable me")
@pytest.mark.skip("enable me")
def test_maplibre_widget():
widget = MapWidget(height=200)
print(widget.map_options)
Expand Down

0 comments on commit 2b40bf1

Please sign in to comment.