Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MCPN committed Nov 15, 2023
1 parent edecc41 commit 1da5250
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ def test_bi_4652_measure_filter_with_total_in_select(self, control_api, data_api
dim_values = [row[0] for row in data_rows]
assert len(dim_values) == len(set(dim_values)), "Dimension values are not unique"

@pytest.xfail("FIXME: https://github.com/datalens-tech/datalens-backend/issues/98") # FIXME
@pytest.mark.xfail(reason="https://github.com/datalens-tech/datalens-backend/issues/98") # FIXME
def test_fixed_with_unknown_field(self, control_api, data_api, saved_dataset):
ds = add_formulas_to_dataset(
api_v1=control_api,
Expand Down

0 comments on commit 1da5250

Please sign in to comment.