Skip to content

Commit 1d8b28d

Browse files
Clean up
1 parent 0f9a7cf commit 1d8b28d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/test-authnz.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ on:
2424
- 'deps/rabbit/**'
2525
- 'deps/rabbitmq_auth_/**'
2626
- 'deps/rabbitmq_mqtt/**'
27-
- 'deps/rabbitmq_management/selenium/full-suite-authnz-messaging'
28-
- 'deps/rabbitmq_management/selenium/suites/authnz-messaging/**'
29-
- 'deps/rabbitmq_management/selenium/test/authnz-msg-protocols/**'
3027
- .github/workflows/test-authnz.yaml
3128
concurrency:
3229
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

selenium/test/connections/amqp10/sessions-for-monitoring-user.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ describe('Given an amqp10 connection opened, listed and clicked on it', function
5858
let sessions = await connectionPage.getSessions()
5959
assert.equal(1, sessions.sessions.length)
6060
let session = connectionPage.getSessionInfo(sessions.sessions, 0)
61-
//console.log("session: " + JSON.stringify(session))
6261
assert.equal(0, session.channelNumber)
6362
assert.equal(1, session.nextIncomingId)
6463
assert.equal(0, session.outgoingUnsettledDeliveries)
@@ -70,7 +69,6 @@ describe('Given an amqp10 connection opened, listed and clicked on it', function
7069
assert.equal(1, sessions.outgoing_links.length)
7170

7271
let incomingLink = connectionPage.getIncomingLinkInfo(sessions.incoming_links, 0)
73-
//console.log("incomingLink: " + JSON.stringify(incomingLink))
7472
assert.equal(1, incomingLink.handle)
7573
assert.equal("sender-link", incomingLink.name)
7674
assert.equal("my-queue", incomingLink.targetAddress)
@@ -79,7 +77,6 @@ describe('Given an amqp10 connection opened, listed and clicked on it', function
7977
assert.equal(1, incomingLink.deliveryCount)
8078

8179
let outgoingLink = connectionPage.getOutgoingLinkInfo(sessions.outgoing_links, 0)
82-
//console.log("outgoingLink: " + JSON.stringify(outgoingLink))
8380
assert.equal(0, outgoingLink.handle)
8481
assert.equal("receiver-link", outgoingLink.name)
8582
assert.equal("my-queue", outgoingLink.sourceAddress)

0 commit comments

Comments
 (0)