diff --git a/test_runner/regress/test_tenant_detach.py b/test_runner/regress/test_tenant_detach.py index db5bb679f2..127cd6db6e 100644 --- a/test_runner/regress/test_tenant_detach.py +++ b/test_runner/regress/test_tenant_detach.py @@ -209,6 +209,7 @@ def test_tenant_reattach_while_busy( env.pageserver.allowed_errors.append( ".*Tenant .* will not become active\\. Current state: Stopping.*" ) + env.pageserver.allowed_errors.append(".*Tenant .* is not active, state: Stopping.*") pageserver_http = env.pageserver.http_client()