revert unnecessary changes to e2e tests
This commit is contained in:
parent
c9dc72a124
commit
31086e6272
|
|
@ -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.
|
||||||
'''
|
'''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue