refs #2222: Move infrastructure tests outside of components junit tests
https://support.d4science.org/issues/2222 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/infrastructure-tests@124094 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
1e529c70c4
commit
3e98a86740
|
@ -59,7 +59,7 @@ public class ISSweeperPluginSmartExecutorSchedulerTest {
|
|||
|
||||
}
|
||||
|
||||
@Test
|
||||
//@Test
|
||||
public void cronExpPreviousMustBeTerminated() throws Exception {
|
||||
CronExpression cronExpression = new CronExpression("0 */10 * * * ?"); // every 10 minutes starting from now
|
||||
Scheduling scheduling = new Scheduling(cronExpression, true);
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.slf4j.LoggerFactory;
|
|||
*/
|
||||
public class TestUtility {
|
||||
|
||||
public static final String TOKEN = "82a84741-debe-4c90-a907-c429c8272071";
|
||||
public static final String TOKEN = "";
|
||||
public static final String PARENT_TOKEN = "";
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue