From 8598357ec69c1fabadb2a0e3e208840d75d400d9 Mon Sep 17 00:00:00 2001 From: ansgarz Date: Sat, 7 Dec 2024 11:46:34 +0100 Subject: [PATCH] [skip ci] correct tags --- .../ubuntu/scheduledjobs/infrastructure/CronJobsKtTest.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/kotlin/org/domaindrivenarchitecture/provs/framework/ubuntu/scheduledjobs/infrastructure/CronJobsKtTest.kt b/src/test/kotlin/org/domaindrivenarchitecture/provs/framework/ubuntu/scheduledjobs/infrastructure/CronJobsKtTest.kt index e3205fe..4396e67 100644 --- a/src/test/kotlin/org/domaindrivenarchitecture/provs/framework/ubuntu/scheduledjobs/infrastructure/CronJobsKtTest.kt +++ b/src/test/kotlin/org/domaindrivenarchitecture/provs/framework/ubuntu/scheduledjobs/infrastructure/CronJobsKtTest.kt @@ -6,13 +6,13 @@ import org.domaindrivenarchitecture.provs.framework.ubuntu.filesystem.base.fileC import org.domaindrivenarchitecture.provs.framework.ubuntu.install.base.aptInstall import org.domaindrivenarchitecture.provs.framework.ubuntu.user.base.whoami import org.domaindrivenarchitecture.provs.test.defaultTestContainer +import org.domaindrivenarchitecture.provs.test.tags.ContainerTest import org.junit.jupiter.api.Assertions.assertEquals import org.junit.jupiter.api.Assertions.assertTrue -import org.junit.jupiter.api.Test class CronJobsKtTest { - @Test + @ContainerTest fun createCronJob_creates_cron_file() { // given val prov = defaultTestContainer() @@ -31,7 +31,7 @@ class CronJobsKtTest { } - @Test + @ContainerTest // @Disabled // only for manual execution and manual check for the created files // Test if cron-job is actually running, but needs manual checks fun createCronJob_which_creates_files_with_timestamp() {