Skip to content

Commit 9e69496

Browse files
Remove event exchange
1 parent b6d2ff8 commit 9e69496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

selenium/test/exchanges/management.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('Exchange management', function () {
3232
})
3333

3434
it('display summary of exchanges', async function () {
35-
assert.equal("All exchanges (15)", await exchanges.getPagingSectionHeaderText())
35+
assert.equal("All exchanges (14)", await exchanges.getPagingSectionHeaderText())
3636
})
3737

3838
it('list all default exchanges', async function () {
@@ -44,7 +44,7 @@ describe('Exchange management', function () {
4444
["/", "amq.fanout", "fanout"],
4545
["/", "amq.headers", "headers"],
4646
["/", "amq.match", "headers"],
47-
["/", "amq.rabbitmq.event", "topic"],
47+
// ["/", "amq.rabbitmq.event", "topic"],
4848
["/", "amq.rabbitmq.trace", "topic"],
4949
["/", "amq.topic", "topic"],
5050

0 commit comments

Comments
 (0)