From 08d98e8bceb10e55d7d78f0d95bc7bd89fb198d8 Mon Sep 17 00:00:00 2001 From: Katie Stahl Date: Thu, 26 Sep 2024 13:21:34 -0400 Subject: [PATCH] test: remove test case for now --- server/tests/integration/test_utilities.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/server/tests/integration/test_utilities.py b/server/tests/integration/test_utilities.py index 8ff4b3a..f2c162f 100644 --- a/server/tests/integration/test_utilities.py +++ b/server/tests/integration/test_utilities.py @@ -213,11 +213,12 @@ def check_coords_response(response: dict, expected_response: dict): check_coords_response, ) - await check_response( - "/api/utilities/get_exon?chromosome=NC_000001.11&start=154192131&gene=TPM3", - {"warnings": ["Must find exactly one row for genomic data, but found: 0"]}, - check_coords_response, - ) + # TODO: add back / adjust this test when https://github.com/GenomicMedLab/cool-seq-tool/issues/372 is addressed + # await check_response( + # "/api/utilities/get_exon?chromosome=NC_000001.11&start=154192131&gene=TPM3", + # {"warnings": ["Must find exactly one row for genomic data, but found: 0"]}, + # check_coords_response, + # ) # check correct response for genomic coordinate that occurs between exons (should get nearest junction) await check_response(