Skip to content

Commit

Permalink
skip test until we can rewrite the strategy (#10348)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop authored Jun 20, 2024
1 parent 9a796aa commit ca163c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_semantic_layer_nodes_satisfy_protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ def test_metric_input_measure(simple_metric_input_measure, complex_metric_input_
assert isinstance(complex_metric_input_measure, RuntimeCheckableMetricInputMeasure)


@pytest.mark.skip(reason="Overly sensitive to non-breaking changes")
def test_metric_type_params_satisfies_protocol(complex_metric_type_params):
assert isinstance(MetricTypeParams(), RuntimeCheckableMetricTypeParams)
assert isinstance(complex_metric_type_params, RuntimeCheckableMetricTypeParams)
Expand Down

0 comments on commit ca163c3

Please sign in to comment.