Skip to content

Commit

Permalink
Tests - Skip a test with QGIS 3.16 about the wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Aug 22, 2023
1 parent bf0cd40 commit 537ed7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lizmap/test/test_wizard_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_url(self):

self.assertTrue(UrlPage.url_valid(QUrl("http://lizmap.local:8130/")))

@unittest.skipIf(Qgis.QGIS_VERSION_INT < 31600, "Randomly failing, only on QGIS 3.10")
@unittest.skipIf(Qgis.QGIS_VERSION_INT <= 31600, "Randomly failing, only <= QGIS 3.16")
def test_server_creation_wrong_data(self):
""" Test to create a new server with wrong data only. """
dialog = ServerWizard(None, [])
Expand Down

0 comments on commit 537ed7b

Please sign in to comment.