Skip to content

Commit

Permalink
Remove model tester: too slow and test fails!
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jul 6, 2021
1 parent 9b6ad32 commit 9bd7f0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/python/test_qgsqueryresultmodel.py
Expand Up @@ -104,7 +104,6 @@ def loop_exiter():
res = conn.execSql('SELECT * FROM qgis_test.random_big_data')

self.model = QgsQueryResultModel(res)
self.tester = QAbstractItemModelTester(self.model, QAbstractItemModelTester.FailureReportingMode.Warning)

self.running = True

Expand Down

0 comments on commit 9bd7f0b

Please sign in to comment.