Skip to content

Commit

Permalink
test: remove test that's no longer needed #261
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 31, 2022
1 parent 67fcbfe commit 950b9aa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/search_api/filters/test_search_api_include_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ def test_valid_apply_filter_single(self):
" iu.user",
id="Document.members.person",
),
# TODO - Below test fails because dataset/investigation parameters issue on
# mapping
pytest.param(
SearchAPIIncludeFilter(["dataset.parameters.document"], "File"),
"File",
"SELECT o FROM Datafile o INCLUDE o.dataset AS d, d.parameters AS p,"
" p.investigation",
id="File.dataset.parameters.document",
marks=pytest.mark.skip,
),
pytest.param(
SearchAPIIncludeFilter(["dataset.samples.datasets"], "File"),
"File",
Expand Down

0 comments on commit 950b9aa

Please sign in to comment.