From 950b9aae6cec0aa8e2eabd04ffa0561ad74c1185 Mon Sep 17 00:00:00 2001 From: Matthew Richards Date: Mon, 31 Jan 2022 17:36:35 +0000 Subject: [PATCH] test: remove test that's no longer needed #261 --- .../filters/test_search_api_include_filter.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/search_api/filters/test_search_api_include_filter.py b/test/search_api/filters/test_search_api_include_filter.py index 9df4bc63..241295f4 100644 --- a/test/search_api/filters/test_search_api_include_filter.py +++ b/test/search_api/filters/test_search_api_include_filter.py @@ -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",