Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 34364d0

Browse files
authored
Remove tchannel as tested transport in crossdock (#164)
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent ad13f11 commit 34364d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crossdock/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ services:
1919
- AXIS_S1NAME=go,python,java
2020
- AXIS_SAMPLED=true,false
2121
- AXIS_S2NAME=go,python,java
22-
- AXIS_S2TRANSPORT=http,tchannel
22+
- AXIS_S2TRANSPORT=http
2323
- AXIS_S3NAME=go,python,java
24-
- AXIS_S3TRANSPORT=http,tchannel
24+
- AXIS_S3TRANSPORT=http
2525

2626
- BEHAVIOR_TRACE=client,s1name,sampled,s2name,s2transport,s3name,s3transport
2727

0 commit comments

Comments
 (0)