Disable provision and deployment tests temporarily

These tests often fail due to Nailgun bugs

Related-Bug: #1615557

Change-Id: Ia332506e1716b29866ed143198748651cedaf3fc
This commit is contained in:
Dmitry Guryanov 2016-08-24 20:20:59 +03:00 committed by Vitaly Kramskikh
parent 073c600ff3
commit 4dc1c4476e
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,8 @@ registerSuite(() => {
.then(() => clusterPage.resetEnvironment(clusterName))
.then(() => dashboardPage.discardChanges());
},
// Uncomment after fix of #1615557
/*
'Provision nodes'() {
this.timeout = 100000;
return this.remote
@ -184,6 +186,7 @@ registerSuite(() => {
'There are no changes to deploy in the environment'
);
},
*/
'Start/stop deployment'() {
this.timeout = 100000;
return this.remote