Skip to content

Commit

Permalink
skip more tests (#10392)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Jul 2, 2024
1 parent a94027a commit 37fd299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/test_semantic_layer_nodes_satisfy_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ def test_measure_satisfies_protocol_optionals_specified(
assert isinstance(measure, RuntimeCheckableMeasure)


@pytest.mark.skip(reason="Overly sensitive to non-breaking changes")
def test_metric_node_satisfies_protocol_optionals_unspecified():
metric = Metric(
name="a_metric",
Expand All @@ -446,6 +447,7 @@ def test_metric_node_satisfies_protocol_optionals_unspecified():
assert isinstance(metric, RuntimeCheckableMetric)


@pytest.mark.skip(reason="Overly sensitive to non-breaking changes")
def test_metric_node_satisfies_protocol_optionals_specified(
complex_metric_type_params, source_file_metadata, where_filter
):
Expand Down

0 comments on commit 37fd299

Please sign in to comment.