Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyAhmazing committed Jul 10, 2017
1 parent 4063147 commit fcf9655
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/opentrons/server/tests/test_connect_and_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ def test_connect(self):
self.assertTrue(response['is_connected'])
self.assertEquals(response['port'], 'Virtual Smoothie')

# FIXME
def test_diagnostics(self):
# self.robot.disconnect()
# self.robot.connect()

response = self.app.get(
'/robot/diagnostics',
content_type='application/json')
Expand Down

0 comments on commit fcf9655

Please sign in to comment.