Skip to content

Commit

Permalink
Re-enable tests now that DM-40101 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Aug 7, 2023
1 parent 3af6936 commit b897b83
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/test_blockUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def writeNewBlockInfoTestTruthValues():
json.dump(data, f)


# @unittest.skip("Skipping until DM-40101 is resolved.")
class BlockParserTestCase(lsst.utils.tests.TestCase):
@classmethod
def setUpClass(cls):
Expand Down
1 change: 0 additions & 1 deletion tests/test_efdUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@


@unittest.skipIf(not HAS_EFD_CLIENT, "No EFD client available")
@unittest.skip("Skipping until DM-40101 is resolved.")
class EfdUtilsTestCase(lsst.utils.tests.TestCase):

@classmethod
Expand Down
2 changes: 0 additions & 2 deletions tests/test_tmaUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def _turnOn(tma):
tma._parts['elevationSystemState'] = PowerState.ON


@unittest.skip("Skipping until DM-40101 is resolved.")
class TmaUtilsTestCase(lsst.utils.tests.TestCase):

def test_tmaInit(self):
Expand Down Expand Up @@ -216,7 +215,6 @@ def test_initStateLogic(self):
# tma._axesInPosition()


@unittest.skip("Skipping until DM-40101 is resolved.")
class TMAEventMakerTestCase(lsst.utils.tests.TestCase):
@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit b897b83

Please sign in to comment.