Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
changed writer config to no longer prefix with record. for required f…
Browse files Browse the repository at this point in the history
…ields
  • Loading branch information
benfrank241 committed Jun 13, 2024
1 parent 0addf07 commit 827f166
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.stream.Collectors;
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.testcontainers.containers.wait.strategy.HttpWaitStrategy;
import org.testcontainers.couchbase.BucketDefinition;
Expand All @@ -57,7 +56,7 @@

@Slf4j
@Testcontainers
@Disabled
// @Disabled
class CouchbaseWriterTest {

BucketDefinition bucketDefinition = new BucketDefinition("bucket-name");
Expand Down

0 comments on commit 827f166

Please sign in to comment.