diff --git a/modules/openstack_project/files/gerrit/hideci.js b/modules/openstack_project/files/gerrit/hideci.js
index 5af1ea3734..012b2c9512 100644
--- a/modules/openstack_project/files/gerrit/hideci.js
+++ b/modules/openstack_project/files/gerrit/hideci.js
@@ -367,7 +367,7 @@ var ci_hide_ci_comments = function(comments) {
         comments = ci_parse_comments();
     }
     $.each(comments, function(i, comment) {
-        if (comment.is_ci) {
+        if (comment.is_ci && !comment.is_trusted_ci) {
             $(comment.ref).hide();
         }
     });