Skip to content

Commit 425f26e

Browse files
committed
tests: Disable AMQP
Until we've ported to Pika
1 parent c2c9caa commit 425f26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/participant.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ participants =
1111
# Note: most require running an external broker service
1212
transports =
1313
'MQTT': 'mqtt://localhost'
14-
'AMQP': 'amqp://localhost'
14+
#'AMQP': 'amqp://localhost' # not working on Py3, should be ported to pika
1515

1616
transportTests = (g, address) ->
1717

0 commit comments

Comments
 (0)