Skip to content

Commit

Permalink
KBDEV-1259 disabling some annotation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieulemieux committed Oct 30, 2024
1 parent 3fae486 commit 98514e3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions tests/test_ipr/test_annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
"prot_only": IprSmallMutationVariant( # type: ignore
{"key": "prot_only", "gene": "TP53", "hgvsProtein": "TP53:p.M237I"}
),
"cds_only": IprSmallMutationVariant( # type: ignore
{"key": "cds_only", "gene": "TP53", "hgvsCds": "ENST00000269305:c.711G>A"}
),
"genome_only": IprSmallMutationVariant( # type: ignore
{"key": "genome_only", "gene": "TP53", "hgvsGenomic": "chr17:g.7674252C>T"}
),
# KBDEV-1259
# Temporarely disabled until issue resolution
# "cds_only": IprSmallMutationVariant( # type: ignore
# {"key": "cds_only", "gene": "TP53", "hgvsCds": "ENST00000269305:c.711G>A"}
# ),
# "genome_only": IprSmallMutationVariant( # type: ignore
# {"key": "genome_only", "gene": "TP53", "hgvsGenomic": "chr17:g.7674252C>T"}
# ),
}

KBDEV1231_TP53_ERR_MATCH_WT = {
Expand Down

0 comments on commit 98514e3

Please sign in to comment.