Skip to content

Commit

Permalink
remove oldsci form test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgckind committed Aug 15, 2017
1 parent 75c5822 commit 0cc30fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ def test_connect_destest(self):
con = ea.connect('destest', quiet=True)
self.assertTrue(con.ping())

def test_connect_newsci(self):
con = ea.connect('oldsci', quiet=True)
self.assertTrue(con.ping())

# @unittest.skip("Not implemented yet")
# def test_connect_memsql(self):
# con = ea.connect('memsql')
Expand Down

0 comments on commit 0cc30fb

Please sign in to comment.