Skip to content

Commit b171eec

Browse files
MarcialRosalesmergify[bot]
authored andcommitted
Disable flake selenium tests
(cherry picked from commit b0ec8d1)
1 parent 8b52a53 commit b171eec

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

selenium/test/exchanges/management.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ describe('Exchange management', function () {
6767
await exchange.isLoaded()
6868
assert.equal("amq.fanout", await exchange.getName())
6969
})
70-
71-
_it('exchange selectable columns', async function () {
70+
/*
71+
it('exchange selectable columns', async function () {
7272
await overview.clickOnOverviewTab()
7373
await overview.clickOnExchangesTab()
7474
await doUntil(async function() { return exchanges.getExchangesTable() },
@@ -107,7 +107,7 @@ describe('Exchange management', function () {
107107
}
108108
109109
})
110-
110+
*/
111111

112112
after(async function () {
113113
await teardown(driver, this, captureScreen)

selenium/test/vhosts/admin-vhosts.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ describe('Virtual Hosts in Admin tab', function () {
4848
}
4949
assert.equal("/", await vhostTab.getName())
5050
})
51-
52-
_it('vhost selectable columns', async function () {
51+
/*
52+
it('vhost selectable columns', async function () {
5353
//await overview.clickOnOverviewTab()
5454
await overview.clickOnAdminTab()
5555
await adminTab.isLoaded()
@@ -102,7 +102,7 @@ describe('Virtual Hosts in Admin tab', function () {
102102
assert.equal(JSON.stringify(table[3]), JSON.stringify(messageRatesGroup))
103103
104104
})
105-
105+
*/
106106
describe('given there is a new virtualhost with a tag', async function() {
107107
let vhost = "test_" + Math.floor(Math.random() * 1000)
108108
before(async function() {

0 commit comments

Comments
 (0)