mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't add skipped test twice
This commit is contained in:
@@ -147,6 +147,7 @@ class TeamcityTestResult(TestResult):
|
||||
|
||||
def addSkip(self, test, reason):
|
||||
self.init_suite(test)
|
||||
self.current_failed = True
|
||||
self.messages.testIgnored(self.getTestName(test), message=reason)
|
||||
|
||||
def __getSuite(self, test):
|
||||
|
||||
Reference in New Issue
Block a user