no message

This commit is contained in:
2023-10-06 01:03:55 +03:00
parent 6376f72a45
commit e95ca3e179
8 changed files with 29 additions and 22 deletions

View File

@@ -184,6 +184,6 @@ public class StartSapforTestsOnServer extends TestingSystemPass<SapforServerScen
@Override
protected void performFinish() throws Exception {
super.performFinish();
// passes.get(PassCode_2021.SynchronizeTests).Do();
passes.get(PassCode_2021.SynchronizeTests).Do();
}
}