File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 ( ) {
You can’t perform that action at this time.
0 commit comments