Skip to content

Commit f769ebb

Browse files
Update CcmBridge.java
1 parent b1f6c05 commit f769ebb

File tree

1 file changed

+1
-1
lines changed
  • test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/ccm

1 file changed

+1
-1
lines changed

test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/ccm/CcmBridge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public void stop() {
309309
}
310310

311311
public void remove() {
312-
// execute("remove");
312+
execute("stop");
313313
}
314314

315315
public void pause(int n) {

0 commit comments

Comments
 (0)