Tiny changes.

This commit is contained in:
Jan Mußler 2020-10-26 23:35:03 +01:00
parent 88e89956e0
commit eb8df06af5
1 changed files with 2 additions and 2 deletions

View File

@ -536,7 +536,7 @@ class EndToEndTestCase(unittest.TestCase):
raise
@timeout_decorator.timeout(TEST_TIMEOUT_SEC)
def test_zzz_node_readiness_label(self):
def test_zz_node_readiness_label(self):
'''
Remove node readiness label from master node. This must cause a failover.
'''
@ -675,7 +675,7 @@ class EndToEndTestCase(unittest.TestCase):
@timeout_decorator.timeout(TEST_TIMEOUT_SEC)
def test_taint_based_eviction(self):
def test_zzz_taint_based_eviction(self):
'''
Add taint "postgres=:NoExecute" to node with master. This must cause a failover.
'''