Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
422b3241
by Tony Chemit at 2023-04-02T10:18:56+02:00
-
6fa39364
by Tony Chemit at 2023-04-02T10:36:13+02:00
3 changed files:
- core/persistence/test/src/test/java/fr/ird/observe/persistence/avdth/data/AvdthAtlanticDataBuilderByYearTest.java
- core/persistence/test/src/test/java/fr/ird/observe/persistence/avdth/data/AvdthIndianDataBuilderByYearTest.java
- pom.xml
Changes:
| ... | ... | @@ -23,6 +23,7 @@ package fr.ird.observe.persistence.avdth.data; |
| 23 | 23 | */
|
| 24 | 24 | |
| 25 | 25 | import fr.ird.observe.dto.ProtectedIdsCommon;
|
| 26 | +import org.junit.Ignore;
|
|
| 26 | 27 | import org.junit.runners.Parameterized;
|
| 27 | 28 | |
| 28 | 29 | import java.nio.file.Path;
|
| ... | ... | @@ -33,6 +34,7 @@ import java.nio.file.Path; |
| 33 | 34 | * @author Tony Chemit - dev@tchemit.fr
|
| 34 | 35 | * @since 9.0.0
|
| 35 | 36 | */
|
| 37 | +@Ignore
|
|
| 36 | 38 | public class AvdthAtlanticDataBuilderByYearTest extends AvdthDataBuilderByYearTestSupport {
|
| 37 | 39 | |
| 38 | 40 | public static final Path ROOT_PATH = getPath("OA");
|
| ... | ... | @@ -23,6 +23,7 @@ package fr.ird.observe.persistence.avdth.data; |
| 23 | 23 | */
|
| 24 | 24 | |
| 25 | 25 | import fr.ird.observe.dto.ProtectedIdsCommon;
|
| 26 | +import org.junit.Ignore;
|
|
| 26 | 27 | import org.junit.runners.Parameterized;
|
| 27 | 28 | |
| 28 | 29 | import java.nio.file.Path;
|
| ... | ... | @@ -33,6 +34,7 @@ import java.nio.file.Path; |
| 33 | 34 | * @author Tony Chemit - dev@tchemit.fr
|
| 34 | 35 | * @since 9.0.0
|
| 35 | 36 | */
|
| 37 | +@Ignore
|
|
| 36 | 38 | public class AvdthIndianDataBuilderByYearTest extends AvdthDataBuilderByYearTestSupport {
|
| 37 | 39 | |
| 38 | 40 | public static final Path ROOT_PATH = getPath("OI");
|
| ... | ... | @@ -74,7 +74,7 @@ |
| 74 | 74 | <distributionManagement>
|
| 75 | 75 | <site>
|
| 76 | 76 | <id>gitlab.com</id>
|
| 77 | - <url>scm:git:https://git@gitlab.com/${projectPath}.git</url>
|
|
| 77 | + <url>scm:git:ssh://git@gitlab.com:${projectPath}.git</url>
|
|
| 78 | 78 | </site>
|
| 79 | 79 | </distributionManagement>
|
| 80 | 80 | <properties>
|