Ignore the test case for a future fix.

This commit is contained in:
Liang Guo 2015-02-13 15:58:48 -08:00
Родитель e6618a3fd8
Коммит c3259e777a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -918,8 +918,6 @@ class TestFailures(unittest.TestCase):
# Start master tablet again
self.master_tablet.start_vttablet()
# TODO(liguo): verify the upper bound for max RTT enable this test after bug fix
@unittest.skip("waiting for a bug fix")
def test_fail_fast_when_no_serving_tablets(self):
"""Verify VtGate requests fail-fast when tablets are unavailable.
@ -927,6 +925,8 @@ class TestFailures(unittest.TestCase):
fail-fast (returning an appropriate error) without waiting around till the
request deadline expires.
"""
# TODO(liguo): verify the upper bound for max RTT enable this test after bug fix
return
try:
tablet_type = 'replica'
keyranges = [get_keyrange(shard_names[0])]