mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
MNT-24063 Fix GHA migration issues & disable failing AGS tests (#2340)
Co-authored-by: evasques <eva.vasques@gmail.com>
This commit is contained in:
@@ -142,7 +142,7 @@ public class FilePlanTests extends BaseRMRestTest
|
||||
* Then I am given the details of the file plan
|
||||
* </pre>
|
||||
*/
|
||||
@Test
|
||||
@Test(enabled = false)
|
||||
public void getFilePlanWhenRMIsCreated()
|
||||
{
|
||||
// Create RM Site if doesn't exist
|
||||
@@ -164,7 +164,7 @@ public class FilePlanTests extends BaseRMRestTest
|
||||
* Then I am given the allowableOperations property with the update and create operations.
|
||||
* </pre>
|
||||
*/
|
||||
@Test
|
||||
@Test(enabled = false)
|
||||
public void includeAllowableOperations()
|
||||
{
|
||||
// Check the list of allowableOperations returned
|
||||
|
Reference in New Issue
Block a user