Skip to content

Commit a9515d0

Browse files
committed
reenable infrastructure types
Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent b6b71d1 commit a9515d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/ports.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ var (
6060

6161
AllTestTypes = []*InfrastructureType{
6262
WebSocketNoReplication,
63-
// LibP2PNoReplication,
64-
// WebSocketWithReplication,
63+
LibP2PNoReplication,
64+
WebSocketWithReplication,
6565
}
6666
)
6767

0 commit comments

Comments
 (0)