Disable test_image_upload_fail

This test is currently flapping and needs to be reworked. Disable
again as not to side track the PTG effort.

Change-Id: I23ed4024fc3d2b906c2ae4702042ed65ce020a6b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-02-17 09:44:28 -05:00
parent b2d053d06c
commit b740c8907e

View File

@ -15,6 +15,7 @@
import os import os
import fixtures import fixtures
from unittest import skip
from nodepool import builder, exceptions, fakeprovider, tests from nodepool import builder, exceptions, fakeprovider, tests
from nodepool import zk from nodepool import zk
@ -95,6 +96,7 @@ class TestNodePoolBuilder(tests.DBTestCase):
nb.start() nb.start()
nb.stop() nb.stop()
@skip("Disabled for early v3 development")
def test_image_upload_fail(self): def test_image_upload_fail(self):
"""Test that image upload fails are handled properly.""" """Test that image upload fails are handled properly."""