ACS-1742 - Marked test as NOT_SUPPORTED_ON_SINGLE_PIPELINE (#641)

This commit is contained in:
Andrea Ligios
2021-08-04 16:35:26 +02:00
committed by GitHub
parent 3cf1cfd133
commit 2deb07b97b
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ public class CancelCheckOutTests extends CmisTest
.cancelCheckOut();
}
@Test(groups = { TestGroup.REGRESSION, TestGroup.CMIS})
@Test(groups = { TestGroup.NOT_SUPPORTED_ON_SINGLE_PIPELINE, TestGroup.REGRESSION, TestGroup.CMIS})
@TestRail(section = {"cmis-api"}, executionType= ExecutionType.REGRESSION,
description = "Verify that cancel check out on document created with Versioning State CHECKED OUT deletes the document")
public void cancelCheckOutOnDocWithVersioningStateCheckedOut() throws Exception