Commit 21e48872 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

remove DFS availability test

parent bbb326da
Pipeline #892 failed with stage
in 0 seconds
......@@ -45,5 +45,6 @@ class TestCsstMsDataManager(unittest.TestCase):
self.assertTrue(isinstance(self.dm_sls.l1_detector(1, post="flt.fits"), str))
self.assertTrue(isinstance(self.dm_sls.l1_file(name="some_file.ext", comment="a demo file"), str))
def test_dfs_is_available(self):
self.assertTrue(self.dm_mbi.dfs_is_available())
# DFS is not always available
# def test_dfs_is_available(self):
# self.assertTrue(self.dm_mbi.dfs_is_available())
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment