Skip to content

Commit

Permalink
disables new tests, bumps tests version
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Kononykhin <andkononykhin@gmail.com>
  • Loading branch information
andkononykhin committed Jun 28, 2019
1 parent 96ddd31 commit 14d6557
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ try {
['test_vc.py'],
['test_consensus.py', 'TestTAASuite.py'],
['test_upgrade.py', 'test_roles.py', 'test_freshness.py', 'TestMultiSigSuite.py'],
['TestAuditSuite.py'],
['TestAuthMapSuite.py']
// ['TestAuditSuite.py'],
// ['TestAuthMapSuite.py']
]
testVersion = 'master'
testVersionByTag = false
testVersion = 'v0.8.0'
testVersionByTag = true
}
} catch(Exception _err) {
currentBuild.result = "FAILED"
Expand Down

0 comments on commit 14d6557

Please sign in to comment.