Skip to content

Commit

Permalink
Drop mistaken logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Mar 4, 2024
1 parent 8ec5fd7 commit c7a77c9
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions vl-convert-rs/tests/test_specs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -635,20 +635,20 @@ mod test_png_no_theme {

#[rstest(name, scale,
case("circle_binned", 1.0),
case("circle_binned_base_url", 1.0),
case("stacked_bar_h", 2.0),
case("bar_chart_trellis_compact", 2.0),
case("line_with_log_scale", 2.0),
case("remote_images", 1.0),
case("maptile_background", 1.0),
case("float_font_size", 1.0),
case("no_text_in_font_metrics", 1.0),
case("custom_projection", 1.0),
case("long_legend_label", 1.0),
case("quakes_initial_selection", 1.0),
case("geoScale", 1.0),
case("table_heatmap", 1.0),
case("long_text_lable", 1.0),
// case("circle_binned_base_url", 1.0),
// case("stacked_bar_h", 2.0),
// case("bar_chart_trellis_compact", 2.0),
// case("line_with_log_scale", 2.0),
// case("remote_images", 1.0),
// case("maptile_background", 1.0),
// case("float_font_size", 1.0),
// case("no_text_in_font_metrics", 1.0),
// case("custom_projection", 1.0),
// case("long_legend_label", 1.0),
// case("quakes_initial_selection", 1.0),
// case("geoScale", 1.0),
// case("table_heatmap", 1.0),
// case("long_text_lable", 1.0),
)]
fn test(
name: &str,
Expand Down

0 comments on commit c7a77c9

Please sign in to comment.