Skip to content

Commit

Permalink
Merge pull request #38 from bcgsc/bugfix/KBDEV-1259-fix-matching-types
Browse files Browse the repository at this point in the history
KBDEV-1259 disabling some annotation tests
  • Loading branch information
mathieulemieux authored Oct 31, 2024
2 parents 3fae486 + 463dd4a commit e4689df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_ipr/test_annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ def test_annotate_structural_variants_tp53(self, graphkb_conn):
for key, alt_rep in TP53_MUT_DICT.items():
if key == ref_key:
continue
if key in ('cds_only', 'genome_only'):
# KBDEV-1259. Temporarely disabled until issue resolution.
continue
alt = annotate_positional_variants(graphkb_conn, [alt_rep], disease)
alt_vars = set([m["kbVariant"] for m in alt])
diff = pref_vars.symmetric_difference(alt_vars)
Expand Down

0 comments on commit e4689df

Please sign in to comment.