Skip to content

Commit

Permalink
comment out test with slider position issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Sep 28, 2024
1 parent 0827dbf commit 50a692c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/vegafusion/tests/test_altair_mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def setup_module(module):
("interactive/scatter_linked_brush", 1.0, 1),
# Placement of slider is different
# ("interactive/casestudy-us_population_pyramid_over_time", 1.0, 1),
# ("interactive/casestudy-us_population_over_time", 1.0, 1),
("interactive/multiline_highlight", 1.0, 1),
("interactive/scatter-with_minimap", 1.0, 1),
("interactive/select_mark_area", 1.0, 1),
Expand All @@ -163,7 +164,6 @@ def setup_module(module):
("interactive/scatter-with_linked_table", 1.0, 1),
("interactive/scatter_with_layered_histogram", 1.0, 1),
("interactive/casestudy-seattle_weather_interactive", 1.0, 1),
("interactive/casestudy-us_population_over_time", 1.0, 1),
("interactive/scatter-href", 1.0, 1),
("interactive/other-image_tooltip", 1.0, 1),
("interactive/casestudy-weather_heatmap", 0.999, 2),
Expand Down

0 comments on commit 50a692c

Please sign in to comment.