diff --git a/test_runner/regress/test_attach_tenant_config.py b/test_runner/regress/test_attach_tenant_config.py index bc6afa84a1..b155ff2548 100644 --- a/test_runner/regress/test_attach_tenant_config.py +++ b/test_runner/regress/test_attach_tenant_config.py @@ -22,7 +22,7 @@ def positive_env(neon_env_builder: NeonEnvBuilder) -> NeonEnv: # eviction might be the first one after an attach to access the layers env.pageserver.allowed_errors.append( - ".*unexpectedly on-demand downloading remote layer remote.* for task kind Eviction" + ".*unexpectedly on-demand downloading remote layer .* for task kind Eviction" ) assert isinstance(env.remote_storage, LocalFsStorage) return env