Skip to content

Commit

Permalink
Mark execution plan tests for only DuckDB.
Browse files Browse the repository at this point in the history
  • Loading branch information
plypaul committed Dec 12, 2024
1 parent f8c09b2 commit 7bdcec7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def make_execution_plan_converter( # noqa: D103


@pytest.mark.sql_engine_snapshot
@pytest.mark.duckdb_only
def test_joined_plan( # noqa: D103
request: FixtureRequest,
mf_test_configuration: MetricFlowTestConfiguration,
Expand Down Expand Up @@ -75,6 +76,7 @@ def test_joined_plan( # noqa: D103


@pytest.mark.sql_engine_snapshot
@pytest.mark.duckdb_only
def test_small_combined_metrics_plan( # noqa: D103
request: FixtureRequest,
mf_test_configuration: MetricFlowTestConfiguration,
Expand Down Expand Up @@ -112,6 +114,7 @@ def test_small_combined_metrics_plan( # noqa: D103


@pytest.mark.sql_engine_snapshot
@pytest.mark.duckdb_only
def test_combined_metrics_plan( # noqa: D103
request: FixtureRequest,
mf_test_configuration: MetricFlowTestConfiguration,
Expand Down Expand Up @@ -151,6 +154,7 @@ def test_combined_metrics_plan( # noqa: D103


@pytest.mark.sql_engine_snapshot
@pytest.mark.duckdb_only
def test_multihop_joined_plan(
request: FixtureRequest,
mf_test_configuration: MetricFlowTestConfiguration,
Expand Down

0 comments on commit 7bdcec7

Please sign in to comment.