We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a2e20 commit d8e3cf8Copy full SHA for d8e3cf8
src/test/java/clap/server/TaskflowApplicationTests.java
@@ -7,6 +7,7 @@
7
import org.springframework.boot.test.context.SpringBootTest;
8
import org.springframework.test.context.DynamicPropertyRegistry;
9
import org.springframework.test.context.DynamicPropertySource;
10
+import org.springframework.test.context.TestPropertySource;
11
import org.testcontainers.elasticsearch.ElasticsearchContainer;
12
import org.testcontainers.junit.jupiter.Container;
13
import org.testcontainers.junit.jupiter.Testcontainers;
@@ -16,6 +17,7 @@
16
17
18
@Testcontainers
19
@SpringBootTest
20
+@TestPropertySource(properties = "spring.flyway.enabled=false")
21
class TaskflowApplicationTests {
22
23
@Autowired
0 commit comments