Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test_qgssubsetstringeditorproviderregistry.py: disable test that caus…
…es memory corruption
  • Loading branch information
rouault committed Nov 18, 2020
1 parent b38f99c commit 397f972
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -91,7 +91,9 @@ def testProviderKey(self):
self.assertIsNone(registry.providerByName('i_do_not_exist'))
self.assertEqual(registry.providerByName('WFS').providerKey(), 'WFS')

def testCreateDialogWithDefaultImplementation(self):
# Test disabled since there's a memory corruption issue with QgsQueryBuilder()
# creation in non-GUI mode.
def DISABLED_testCreateDialogWithDefaultImplementation(self):
""" Tests that createDialog() returns the default implementation when no provider kicks in """

registry = QgsGui.subsetStringEditorProviderRegistry()
Expand Down

0 comments on commit 397f972

Please sign in to comment.