This PR applies withMutedLogging() block function to suppress logging produced by AddComparatorSpec.
The AddComparatorSpec test suite runs a pipeline with AddComparator rendering action which correctly throws a number of errors because of errors in proto declarations associated with the (compare_by) option.
The console errors associated with these errors give false alarms and were suppressed to avoid the confusion and save time on unnecessary investigations.
This PR applies
withMutedLogging()
block function to suppress logging produced byAddComparatorSpec
.The
AddComparatorSpec
test suite runs a pipeline withAddComparator
rendering action which correctly throws a number of errors because of errors in proto declarations associated with the(compare_by)
option.The console errors associated with these errors give false alarms and were suppressed to avoid the confusion and save time on unnecessary investigations.