Skip to content

Commit c13a23d

Browse files
committed
reactivate all InfrastructureType
Signed-off-by: Angelo De Caro <[email protected]>
1 parent b7d30d3 commit c13a23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: integration/ports.go

+2-2
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)