Commit 685e680f authored by leswing's avatar leswing
Browse files

Ignore pose generation tests

parent 4821053c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,11 +20,13 @@ class TestPoseGeneration(unittest.TestCase):
  Does sanity checks on pose generation.
  """

  @attr("slow")
  def test_vina_initialization(self):
    """Test that VinaPoseGenerator can be initialized."""
    # Note this may download autodock Vina...
    vpg = dc.dock.VinaPoseGenerator(detect_pockets=False, exhaustiveness=1)

  @attr("slow")
  def test_pocket_vina_initialization(self):
    """Test that VinaPoseGenerator can be initialized."""
    # Note this may download autodock Vina...