Skip to content

Commit

Permalink
Try resurrecting test under Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 15, 2018
1 parent c0d35ce commit 88da833
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/src/python/test_provider_mssql.py
Expand Up @@ -163,11 +163,6 @@ def testSubsetString(self):
return
super().testSubsetString()

def testGetFeaturesThreadSafety(self):
if os.environ.get('TRAVIS', '') == 'true':
return
super().testGetFeaturesThreadSafety()

def testOrderBy(self):
if os.environ.get('TRAVIS', '') == 'true':
return
Expand Down

0 comments on commit 88da833

Please sign in to comment.