Skip to content

Commit

Permalink
test(qa): remove unneeded debug exporter usage
Browse files Browse the repository at this point in the history
(cherry picked from commit e52b58f)
  • Loading branch information
lenaschoenburg committed Apr 4, 2023
1 parent f2ac65b commit 60674d8
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import io.camunda.zeebe.shared.management.openapi.models.PartitionBackupInfo;
import io.camunda.zeebe.shared.management.openapi.models.StateCode;
import io.camunda.zeebe.shared.management.openapi.models.TakeBackupResponse;
import io.camunda.zeebe.test.util.socket.SocketUtil;
import io.zeebe.containers.ZeebeBrokerNode;
import io.zeebe.containers.ZeebeNode;
import io.zeebe.containers.ZeebePort;
Expand Down Expand Up @@ -80,12 +79,7 @@ final class GcsBackupAcceptanceIT {
final ContainerLogsDumper logsWatcher = new ContainerLogsDumper(cluster::getNodes);

@Container
private final ContainerEngine engine =
ContainerEngine.builder()
.withDebugReceiverPort(SocketUtil.getNextAddress().getPort())
.withAutoAcknowledge(true)
.withCluster(cluster)
.build();
private final ContainerEngine engine = ContainerEngine.builder().withCluster(cluster).build();

@AfterAll
static void afterAll() {
Expand Down

0 comments on commit 60674d8

Please sign in to comment.