Skip to content

Commit

Permalink
Remove test that was accidentally included
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Jun 5, 2024
1 parent 3b1eeec commit 8a01d0c
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions tests_metricflow/query_rendering/test_metric_filter_rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,31 +64,6 @@ def test_metric_with_metric_in_where_filter(
)


@pytest.mark.sql_engine_snapshot
def test_metric_filter_with_entity_object_syntax(
request: FixtureRequest,
mf_test_configuration: MetricFlowTestConfiguration,
dataflow_plan_builder: DataflowPlanBuilder,
sql_client: SqlClient,
dataflow_to_sql_converter: DataflowToSqlQueryPlanConverter,
query_parser: MetricFlowQueryParser,
) -> None:
"""Tests a query with a metric in the metric-level where filter."""
query_spec = query_parser.parse_and_validate_query(
metric_names=("really_active_listings",),
group_by_names=("metric_time__day",),
).query_spec
dataflow_plan = dataflow_plan_builder.build_plan(query_spec)

convert_and_check(
request=request,
mf_test_configuration=mf_test_configuration,
dataflow_to_sql_converter=dataflow_to_sql_converter,
sql_client=sql_client,
node=dataflow_plan.sink_node,
)


@pytest.mark.sql_engine_snapshot
def test_query_with_derived_metric_in_where_filter(
request: FixtureRequest,
Expand Down

0 comments on commit 8a01d0c

Please sign in to comment.