From 8950a83e12d5fac93df2d3e830e986a2c5c4f49a Mon Sep 17 00:00:00 2001 From: Anders Gustafsson Date: Tue, 20 May 2025 10:29:16 +0200 Subject: [PATCH] add UPDATE_ROLLBACK_COMPLETE as valid status for server list --- src/common/testservers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/testservers.ts b/src/common/testservers.ts index 0b0dd5b..c31f2fd 100644 --- a/src/common/testservers.ts +++ b/src/common/testservers.ts @@ -30,6 +30,7 @@ export const getTestStacksInfo = async ( 'CREATE_FAILED', 'CREATE_IN_PROGRESS', 'ROLLBACK_COMPLETE', + 'UPDATE_ROLLBACK_COMPLETE', ].includes(item.StackStatus) ) { try {