Merge "Skip Ubuntu server test case because of flaky failures."

This commit is contained in:
Zuul
2019-07-25 12:26:18 +00:00
committed by Gerrit Code Review

View File

@@ -15,12 +15,15 @@
# under the License.
from __future__ import absolute_import
import testtools
import tobiko
from tobiko.shell import sh
from tobiko.openstack import stacks
from tobiko.tests.functional.openstack.stacks import test_cirros
@testtools.skip('BUG: this often fails probably because of some timeout')
class UbuntuServerStackTest(test_cirros.CirrosServerStackTest):
"""Tests connectivity to Nova instances via floating IPs"""