В репорте не отображается сообщение из SkipException

Здравствуйте!

Использую в тестах throw new SkipException(“Some message”);

В отчете Allure сообщение из исключения не отображается, а выводится стандартное
“Skipped due to dependency on other skipped or failed test methods”

В surefire-report все нормально:
“org.testng.SkipException: Some message”

В чем может быть проблема?
Спасибо.

allure-maven-plugin 2.6
allure-testng-adaptor1.5.4
testng.version 6.9.10