DNM force etherpad failure to hold node

We want to upgrade to etherpad 2.0.3. This will hold the node for
sanity checking.

Change-Id: I553f628fff9a9476efbe32aaf81e3aa131484ade
This commit is contained in:
Clark Boylan 2022-05-06 10:56:19 -07:00
parent b2607979ab
commit 46043b404f
1 changed files with 3 additions and 0 deletions

View File

@ -156,3 +156,6 @@ def test_etherpad_restore_pad(host):
assert '"message":"ok"' in cmd.stdout
assert firststr in cmd.stdout
assert secondstr not in cmd.stdout
def test_etherpad_force_fail(host):
assert False