diff --git a/nova/tests/functional/api/openstack/placement/gabbits/unicode.yaml b/nova/tests/functional/api/openstack/placement/gabbits/unicode.yaml index 367f79a4dd65..1851694e12dc 100644 --- a/nova/tests/functional/api/openstack/placement/gabbits/unicode.yaml +++ b/nova/tests/functional/api/openstack/placement/gabbits/unicode.yaml @@ -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 diff --git a/tests-functional-py3.txt b/tests-functional-py3.txt index f7854cd90768..1a22c8d56fb9 100644 --- a/tests-functional-py3.txt +++ b/tests-functional-py3.txt @@ -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.