diff --git a/src/test/java/org/gcube/accounting/aggregator/persistence/PostgreSQLConnectorTest.java b/src/test/java/org/gcube/accounting/aggregator/persistence/PostgreSQLConnectorTest.java index 9857a4b..39037f4 100644 --- a/src/test/java/org/gcube/accounting/aggregator/persistence/PostgreSQLConnectorTest.java +++ b/src/test/java/org/gcube/accounting/aggregator/persistence/PostgreSQLConnectorTest.java @@ -182,8 +182,8 @@ public class PostgreSQLConnectorTest extends ContextTest { } - // @Ignore - @Test + @Ignore +// @Test public void moveStatusFromSrcToDst() throws Exception { ContextTest.setContextByName(GCUBE); AggregatorPersistenceStatusSrc apsSrc = AggregatorPersistenceFactory.getAggregatorPersistenceStatusSrc(); @@ -193,12 +193,13 @@ public class PostgreSQLConnectorTest extends ContextTest { } } + @Ignore // @Test -// public void testAggregatorPersistenceStatusSrcAndDst() throws Exception { -// AggregatorPersistenceStatusSrc apsSrc = AggregatorPersistenceFactory.getAggregatorPersistenceStatusSrc(); -// logger.debug("{}", apsSrc); -// AggregatorPersistenceStatusDst apsDst = AggregatorPersistenceFactory.getAggregatorPersistenceStatusDst(); -// logger.debug("{}", apsDst); -// } + public void testAggregatorPersistenceStatusSrcAndDst() throws Exception { + AggregatorPersistenceStatusSrc apsSrc = AggregatorPersistenceFactory.getAggregatorPersistenceStatusSrc(); + logger.debug("{}", apsSrc); + AggregatorPersistenceStatusDst apsDst = AggregatorPersistenceFactory.getAggregatorPersistenceStatusDst(); + logger.debug("{}", apsDst); + } }