Skip to content

Commit

Permalink
Add FIXME (#6109)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed May 8, 2024
1 parent 9048328 commit a9c16e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1609,6 +1609,8 @@ def read_verbatim_pfb_manifest(manifest: IO) -> set[str]:
manifest_content = {
# We can't assert the full contents of each entity because the
# schema changes depending on the filters used.
# FIXME: Generate Avro schema from AnVIL schema
# https://github.com/DataBiosphere/azul/issues/6109
entity['id']
for entity in entities
# The special "Metadata" entity is always present. Dropping it
Expand Down

0 comments on commit a9c16e5

Please sign in to comment.