Skip to content

Commit

Permalink
Disable foreign table test on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Mar 7, 2020
1 parent 6c86055 commit 8addbde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_qgsproviderconnection_postgres.py
Expand Up @@ -271,6 +271,7 @@ def test_foreign_table_csv(self):


self.assertNotEquals(conn.tables('public', QgsAbstractDatabaseProviderConnection.Foreign | QgsAbstractDatabaseProviderConnection.Aspatial), []) self.assertNotEquals(conn.tables('public', QgsAbstractDatabaseProviderConnection.Foreign | QgsAbstractDatabaseProviderConnection.Aspatial), [])


@unittest.skipIf(os.environ.get('TRAVIS', '') == 'true', 'Disabled on Travis')
def test_foreign_table_server(self): def test_foreign_table_server(self):
"""Test foreign table with server""" """Test foreign table with server"""


Expand Down

0 comments on commit 8addbde

Please sign in to comment.