Skip to content

Commit a6d147f

Browse files
committedNov 27, 2015
Temporarily disable part of PyQgsRulebasedRenderer test
Since testRefineWithCategories and testRefineWithRanges test were added, this unit test has been crashing on nightlies on rare occasions. I can't track down what's causing this, and haven't been able to reproduce locally.So, I'm going to temporarily skip testRefineWithRanges to at least try and identify which of the tests is causing the crash.
1 parent 22af16a commit a6d147f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/src/python/test_qgsrulebasedrenderer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def testRefineWithCategories(self):
138138
assert self.r3.children()[0].filterExpression() == '"id" = 1'
139139
assert self.r3.children()[1].filterExpression() == '"id" = 2'
140140

141+
@unittest.skip("temporarily disabled")
141142
def testRefineWithRanges(self):
142143
#Test refining rule with ranges (refs #10815)
143144

0 commit comments

Comments
 (0)
Please sign in to comment.