Merge "Remove invalid URL in gabbi tests"

This commit is contained in:
Jenkins 2017-01-20 20:48:06 +00:00 committed by Gerrit Code Review
commit 32e2654152
2 changed files with 1 additions and 9 deletions

View File

@ -9,11 +9,6 @@ defaults:
tests:
- name: get a raw snowman unicode
desc: this should fall through to a NotFound on the resource provider object
GET: /resource_providers/☃
status: 404
- name: get an encoded snowman
desc: this should fall through to a NotFound on the resource provider object
GET: /resources_providers/%e2%98%83

View File

@ -1,4 +1 @@
##############################################################################
# NOTE(dims): The following test looks like a gabbi failure under python 3.5
##############################################################################
nova.tests.functional.api.openstack.placement.test_placement_api.unicode_get_a_raw_snowman_unicode.test_request
# All functional tests currently work with python 3.5.