revert unnecessary changes to e2e tests

This commit is contained in:
Sergey Dudoladov 2020-11-11 15:52:37 +01:00
parent c9dc72a124
commit 31086e6272
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ class EndToEndTestCase(unittest.TestCase):
raise raise
@timeout_decorator.timeout(TEST_TIMEOUT_SEC) @timeout_decorator.timeout(TEST_TIMEOUT_SEC)
def test_a_scaling(self): def test_scaling(self):
''' '''
Scale up from 2 to 3 and back to 2 pods by updating the Postgres manifest at runtime. Scale up from 2 to 3 and back to 2 pods by updating the Postgres manifest at runtime.
''' '''