Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9424 from m-kuhn/skip-flaky-test
Disable flaky test
  • Loading branch information
m-kuhn committed Mar 7, 2019
2 parents 2403c64 + 2be19fb commit 97ba60e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_db_manager_gpkg.py
Expand Up @@ -139,6 +139,7 @@ def testListLayer(self):

connection.remove()

@unittest.skipIf(os.environ.get('TRAVIS', '') == 'true', 'Test flaky') # see https://travis-ci.org/qgis/QGIS/jobs/502556996
def testCreateRenameDeleteTable(self):
connection_name = 'testCreateRenameDeleteTable'
plugin = createDbPlugin('gpkg')
Expand Down

0 comments on commit 97ba60e

Please sign in to comment.