Merge "Skip Ubuntu server test case because of flaky failures."
This commit is contained in:
@@ -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"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user