Allow listing of test server with UPDATE_ROLLBACK_FAILED status

This commit is contained in:
Anders Gustafsson
2025-08-25 15:13:45 +02:00
parent 2ee2b951f5
commit fb2c8cb0f4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ export const getTestStacksInfo = async (
'CREATE_IN_PROGRESS',
'ROLLBACK_COMPLETE',
'UPDATE_ROLLBACK_COMPLETE',
'UPDATE_ROLLBACK_FAILED',
].includes(item.StackStatus)
) {
try {