Skip to content

Commit

Permalink
Add FIXME (#5046)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Apr 18, 2023
1 parent b060607 commit e82bead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/indexer/test_anvil.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ def test_indexing(self):
expected_hits = self._load_canned_result(self.bundle)
self.assertEqual(expected_hits, hits)

# FIXME: Enable test after the issue with TinyQuery `WITH` has been resolved
# https://github.com/DataBiosphere/azul/issues/5046
@unittest.skip('TinyQuery does not support the WITH clause')
def test_fetch_bundle(self):
canned_bundle = self._load_canned_bundle(self.bundle)
Expand Down

0 comments on commit e82bead

Please sign in to comment.