From 632d8cae3b53639e3a3765577fdd767fee365414 Mon Sep 17 00:00:00 2001 From: Amedeo Lepore Date: Mon, 11 Sep 2023 11:40:58 +0200 Subject: [PATCH] Exclude test C286473 that's failing becuase is running logout method of alfrescoApi instead running it by the authenticationService --- e2e/playwright/authentication/exclude.tests.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e/playwright/authentication/exclude.tests.json b/e2e/playwright/authentication/exclude.tests.json index b8fb48b8af..dcb71c3847 100644 --- a/e2e/playwright/authentication/exclude.tests.json +++ b/e2e/playwright/authentication/exclude.tests.json @@ -1,3 +1,4 @@ { - "C213097" : "https://alfresco.atlassian.net/browse/ACS-5479" + "C213097" : "https://alfresco.atlassian.net/browse/ACS-5479", + "C286473": "https://alfresco.atlassian.net/browse/ACS-5996" }