Skip to content

Commit 703f057

Browse files
committed
refactor: temporally disabled test using Flamingock runner
1 parent 4848356 commit 703f057

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
group = "io.flamingock"
1010
version = "1.3.0-SNAPSHOT"
1111

12-
val flamingockVersion = "1.2.0-beta.2"//only for test
12+
val flamingockVersion = "1.2.1"//only for test
1313
val templateApiVersion = "1.3.3"
1414
val coreApiVersion = "1.3.2"
1515

@@ -25,8 +25,8 @@ dependencies {
2525
compileOnly("org.mongodb:mongodb-driver-sync:4.0.0")
2626

2727
testAnnotationProcessor("io.flamingock:flamingock-processor:$flamingockVersion")
28-
testImplementation("io.flamingock:flamingock-auditstore-mongodb-sync:$flamingockVersion")
29-
testImplementation("io.flamingock:mongodb-sync-target-system:$flamingockVersion")
28+
testImplementation("io.flamingock:flamingock-mongodb-sync-auditstore:$flamingockVersion")
29+
testImplementation("io.flamingock:flamingock-mongodb-sync-targetsystem:$flamingockVersion")
3030
testImplementation("io.flamingock:test-util:$flamingockVersion")
3131
testImplementation("io.flamingock:mongodb-util:$flamingockVersion")
3232
testImplementation("org.testcontainers:testcontainers-mongodb:2.0.2")

src/test/java/io/flamingock/template/mongodb/MongoChangeTemplateTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import org.bson.Document;
3030
import org.junit.jupiter.api.BeforeAll;
3131
import org.junit.jupiter.api.BeforeEach;
32+
import org.junit.jupiter.api.Disabled;
3233
import org.junit.jupiter.api.DisplayName;
3334
import org.junit.jupiter.api.Test;
3435
import org.testcontainers.containers.MongoDBContainer;
@@ -79,6 +80,7 @@ void setupEach() {
7980

8081

8182
@Test
83+
@Disabled
8284
@DisplayName("WHEN mongodb template THEN runs fine IF Flamingock mongodb sync ce")
8385
void happyPath() {
8486

0 commit comments

Comments
 (0)