Skip to content

Commit 524716f

Browse files
committed
Disable failing theme test
1 parent f082aa5 commit 524716f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/src/python/test_qgsapplication.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@
1212
__revision__ = '$Format:%H$'
1313

1414
import qgis
15-
from utilities import getQgisTestApp, unittest
15+
from utilities import getQgisTestApp, unittest, expectedFailure
16+
1617

1718
QGISAPP, CANVAS, IFACE, PARENT = getQgisTestApp()
1819

1920

2021
class TestPyQgsApplication(unittest.TestCase):
2122

23+
@expectedFailure
2224
def testInvalidThemeName(self):
2325
"""Check using an invalid theme will fallback to 'default'"""
2426
QGISAPP.setThemeName('fooobar')

0 commit comments

Comments
 (0)