[ACS-10838] test try fix and exclude with issue

This commit is contained in:
akashrathod28
2025-12-09 14:11:41 +01:00
parent 1d75b23c9d
commit 36a6114440
2 changed files with 4 additions and 2 deletions
@@ -40,7 +40,7 @@ test.describe('Pagination on multiple pages : ', () => {
test.beforeAll(async () => {
try {
test.setTimeout(timeouts.extendedTest);
test.setTimeout(timeouts.extendedLongTest);
await apiClientFactory.setUpAcaBackend('admin');
await apiClientFactory.createUser({ username });
nodesApi = await NodesApi.initialize(username, username);
+3 -1
View File
@@ -1,5 +1,7 @@
{
"XAT-17697": "https://hyland.atlassian.net/browse/ACS-7464",
"XAT-17121": "https://hyland.atlassian.net/browse/ACS-9889",
"XAT-5602": "https://hyland.atlassian.net/browse/ACS-10384"
"XAT-5602": "https://hyland.atlassian.net/browse/ACS-10384",
"XAT-5603": "https://hyland.atlassian.net/browse/ACS-10847",
"XAT-5604": "https://hyland.atlassian.net/browse/ACS-10847"
}