Skip to content

Commit b3fca88

Browse files
committed
Remove Disable annotation tests
1 parent f25cb11 commit b3fca88

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

couchbase-driver/src/test/java/org/jnosql/diana/couchbase/key/CouchbaseBucketManagerTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import org.jnosql.diana.couchbase.CouchbaseUtil;
2222
import org.junit.jupiter.api.AfterAll;
2323
import org.junit.jupiter.api.BeforeEach;
24-
import org.junit.jupiter.api.Disabled;
2524
import org.junit.jupiter.api.Test;
2625

2726
import java.time.Duration;
@@ -96,7 +95,6 @@ public void shouldPutValues() {
9695
}
9796

9897
@Test
99-
@Disabled
10098
public void shouldPutValueTtl() throws InterruptedException {
10199

102100
keyValueEntityManager.put(KeyValueEntity.of(KEY_OTAVIO, userOtavio), Duration.ofSeconds(1L));
@@ -109,7 +107,6 @@ public void shouldPutValueTtl() throws InterruptedException {
109107
}
110108

111109
@Test
112-
@Disabled
113110
public void shouldPutValuesTtl() throws InterruptedException {
114111

115112
keyValueEntityManager.put(singleton(KeyValueEntity.of(KEY_OTAVIO, userOtavio)), Duration.ofSeconds(1L));

0 commit comments

Comments
 (0)