Bug 1778202 - show error message in failure even if it is supposed to be classified with a single tracking bug (#7477)

Bug 1757222 removed the error message from failure lines if they are supposed to
get classified with bugs which track all failures for a test (single tracking
bug). The error message contains valuable information (e.g. it can indicate if
the issue is a permanent failure) and should be shown.
This commit is contained in:
Sebastian Hengst 2022-07-05 22:26:49 +02:00 коммит произвёл GitHub
Родитель ca49fe0ca3
Коммит 6c2aa0e15f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -105,11 +105,6 @@ class FailureSummaryTab extends React.Component {
if (simpleCase.length > 0 && !crashTimeoutLeak) {
suggestion.bugs.open_recent = simpleCase;
// HACK: remove the error message from the error line to avoid confusion
suggestion.search =
suggestion.search.split(suggestion.path_end)[0] +
suggestion.path_end;
// HACK: remove any other bugs, keep this simple.
suggestion.bugs.all_others = [];
}