Skip to content

Commit 10549a2

Browse files
committed
skipped tests that no longer work due to BAR change
1 parent 95a1eab commit 10549a2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/resources/test_snps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class TestIntegrations(TestCase):
77
def setUp(self):
88
self.app_client = app.test_client()
99

10+
@pytest.mark.skip(reason="Changed data infrastructure of holding PDB files, links no longer work")
1011
def test_get_phenix(self):
1112
"""This function test Phenix.
1213
I don't have a good way to test this end point. So we assume the pdb file exits on the BAR for now.

tests/utils/test_docking_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def test_docking_exists(self):
116116

117117
class TestDockingClass(unittest.TestCase):
118118

119+
@pytest.mark.skip(reason="Changed data infrastructure of holding PDB files, links no longer work, will fix later with Asher")
119120
def test_docking_complex_results(self):
120121
"""Test that correct dictionary is created in normalized_results for
121122
complex docking."""

0 commit comments

Comments
 (0)