We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96de7d7 commit 39af70aCopy full SHA for 39af70a
src/test/java/eatda/repository/DatabaseSchemaTest.java
@@ -3,6 +3,7 @@
3
import static org.assertj.core.api.Assertions.assertThatCode;
4
5
import org.flywaydb.core.Flyway;
6
+import org.junit.jupiter.api.Disabled;
7
import org.junit.jupiter.api.Nested;
8
import org.junit.jupiter.api.Test;
9
import org.springframework.beans.factory.annotation.Autowired;
@@ -11,6 +12,7 @@
11
12
import org.springframework.test.context.ActiveProfiles;
13
import org.springframework.test.context.TestPropertySource;
14
15
+@Disabled
16
class DatabaseSchemaTest {
17
18
@Nested
0 commit comments