Skip to content

Commit

Permalink
Disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 7, 2019
1 parent 05756e5 commit 2be19fb
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 2be19fb

Please sign in to comment.