diff --git a/tempest_exclusion_list b/tempest_exclusion_list
index 1141ed0..8d54d5d 100644
--- a/tempest_exclusion_list
+++ b/tempest_exclusion_list
@@ -26,6 +26,9 @@ COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_n
 # Exclude device tagging test for port and volume until they are added
 COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment.*"
 
+# remove trust image cert test temporarily
+COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.servers.test_servers.ServerShowV263Test.test_show_update_rebuild_list_server"
+
 NOVA_NETWORK_TEMPEST_REGEX=$COMMON_TEMPEST_REGEX
 NOVA_NETWORK_TEMPEST_REGEX="$NOVA_NETWORK_TEMPEST_REGEX)(^tempest\.(api|scenario|thirdparty))"