ACS-3578 Ignoring test that depends on ignored tests.

This commit is contained in:
Tom Page
2022-09-20 17:13:07 +01:00
parent 2c43a64fd0
commit dba0dc9083

View File

@@ -419,6 +419,7 @@ public class DispositionScheduleLinkedRecordsTest extends BaseRMRestTest {
}
@Test (dependsOnMethods = {"sameLevelDispositionScheduleStepsPeriodsCalculation" })
@Ignore
public void deleteLongestPeriodTestPrecondition() {
// Delete the RM site
getRestAPIFactory().getRMSiteAPI().deleteRMSite();