diff options
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/qa/services.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/postprocess/qa/services.cxx b/postprocess/qa/services.cxx index 57ee985e1c0c..019a8c3eda63 100644 --- a/postprocess/qa/services.cxx +++ b/postprocess/qa/services.cxx @@ -75,7 +75,8 @@ void Test::test() { std::vector<OUString> blacklist; blacklist.push_back("com.sun.star.comp.report.OReportDefinition"); - //TODO: bug ID + // <https://bugs.documentfoundation.org/show_bug.cgi?id=89343> + // "~SwXMailMerge() goes into endless SwCache::Check()": blacklist.push_back("SwXMailMerge"); css::uno::Reference<css::container::XContentEnumerationAccess> enumAcc( |