You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently @pytest.mark.skiptest_expression_metric. We should at this time be able to un-skip this test with some minor tweaks. Additionally, if the test is broken for real reasons, this issue should be converted to fixing the functionality as well.
Acceptance Criteria
test_expression_metric is no longer skipped
test_expression_metric renamed to test_derived_metric
test_derived_metric passes (and not because it's rigged)
The text was updated successfully, but these errors were encountered:
QMalcolm
added
tech_debt
Behind-the-scenes changes, with little direct impact on end-user functionality
semantic
Issues related to the semantic layer
labels
Jul 18, 2023
We currently
@pytest.mark.skip
test_expression_metric. We should at this time be able to un-skip this test with some minor tweaks. Additionally, if the test is broken for real reasons, this issue should be converted to fixing the functionality as well.Acceptance Criteria
test_expression_metric
is no longer skippedtest_expression_metric
renamed totest_derived_metric
test_derived_metric
passes (and not because it's rigged)The text was updated successfully, but these errors were encountered: