diff --git a/pramen/core/src/test/scala/za/co/absa/pramen/core/metastore/persistence/MetastorePartitionSchemeSuite.scala b/pramen/core/src/test/scala/za/co/absa/pramen/core/metastore/persistence/MetastorePartitionSchemeLongSuite.scala similarity index 99% rename from pramen/core/src/test/scala/za/co/absa/pramen/core/metastore/persistence/MetastorePartitionSchemeSuite.scala rename to pramen/core/src/test/scala/za/co/absa/pramen/core/metastore/persistence/MetastorePartitionSchemeLongSuite.scala index c4ad1353..bee5561f 100644 --- a/pramen/core/src/test/scala/za/co/absa/pramen/core/metastore/persistence/MetastorePartitionSchemeSuite.scala +++ b/pramen/core/src/test/scala/za/co/absa/pramen/core/metastore/persistence/MetastorePartitionSchemeLongSuite.scala @@ -33,7 +33,7 @@ import java.time.LocalDate import scala.collection.mutable import scala.util.Random -class MetastorePartitionSchemeSuite extends AnyWordSpec +class MetastorePartitionSchemeLongSuite extends AnyWordSpec with SparkTestBase with TempDirFixture with TextComparisonFixture { diff --git a/pramen/core/src/test/scala/za/co/absa/pramen/core/metastore/persistence/MetastorePersistenceIcebergSuite.scala b/pramen/core/src/test/scala/za/co/absa/pramen/core/metastore/persistence/MetastorePersistenceIcebergLongSuite.scala similarity index 99% rename from pramen/core/src/test/scala/za/co/absa/pramen/core/metastore/persistence/MetastorePersistenceIcebergSuite.scala rename to pramen/core/src/test/scala/za/co/absa/pramen/core/metastore/persistence/MetastorePersistenceIcebergLongSuite.scala index 9aee2458..8dfa9ba8 100644 --- a/pramen/core/src/test/scala/za/co/absa/pramen/core/metastore/persistence/MetastorePersistenceIcebergSuite.scala +++ b/pramen/core/src/test/scala/za/co/absa/pramen/core/metastore/persistence/MetastorePersistenceIcebergLongSuite.scala @@ -30,7 +30,7 @@ import java.time.LocalDate import scala.collection.JavaConverters._ import scala.util.Random -class MetastorePersistenceIcebergSuite extends AnyWordSpec +class MetastorePersistenceIcebergLongSuite extends AnyWordSpec with SparkTestIcebergBase with TempDirFixture with TextComparisonFixture {