Skip to content

Commit

Permalink
Temporarily disable part of PyQgsRulebasedRenderer test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nyalldawson committed Nov 27, 2015
1 parent 22af16a commit a6d147f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/python/test_qgsrulebasedrenderer.py
Expand Up @@ -138,6 +138,7 @@ def testRefineWithCategories(self):
assert self.r3.children()[0].filterExpression() == '"id" = 1'
assert self.r3.children()[1].filterExpression() == '"id" = 2'

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

Expand Down

0 comments on commit a6d147f

Please sign in to comment.