Revert "test_list_image_filters is causing a sporadic (but increasing) failure in the CI"

This reverts commit I6f582d400c6cdae0b18049ac356f694106cbe7f8

Change-Id: I990f068226411a0cf04d597844433974cfa74db6
Depends-On: I1547bf3ee4bb7a6c1552d0c1fa90280af1a9802c
This commit is contained in:
Bob Ball 2017-02-22 15:55:31 +00:00 committed by Huan Xie
parent 9265e6dd22
commit 1d5b1f4854

View File

@ -3,7 +3,6 @@ COMMON_TEMPEST_REGEX="(?!.*\[.*\bslow\b.*\]"
# Exclude volume backup and upload tests to avoid heavy disk IO.
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.volume.*test_volumes_backup.*"
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.volume.test_volumes_actions.*test_volume_upload.*"
COMMON_TEMPEST_REGEX="$COMMON_TEMPEST_REGEX|.*tempest.api.compute.images.test_list_image_filters.*"
NOVA_NETWORK_TEMPEST_REGEX=$COMMON_TEMPEST_REGEX
NOVA_NETWORK_TEMPEST_REGEX="$NOVA_NETWORK_TEMPEST_REGEX)(^tempest\.(api|scenario|thirdparty))"