Skip to content

Commit d77c61e

Browse files
committedOct 15, 2018
More test
1 parent 5a6c825 commit d77c61e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎tests/src/python/test_provider_mssql.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@ def testGetFeaturesExp(self):
158158
return
159159
super().testGetFeaturesExp()
160160

161-
def testSubsetString(self):
162-
if os.environ.get('TRAVIS', '') == 'true':
163-
return
164-
super().testSubsetString()
165-
166161
def testOrderBy(self):
167162
if os.environ.get('TRAVIS', '') == 'true':
168163
return

0 commit comments

Comments
 (0)
Please sign in to comment.