Remove access lists tests from ultimate test suites (#488)

This commit is contained in:
Kirill Fedoseev 2020-11-08 01:11:21 +03:00 committed by GitHub
parent 683fa0728d
commit 12269d7426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -80,6 +80,8 @@ describe('arbitrary message bridging', () => {
})
})
// allowance/block lists files are not mounted to the host during the ultimate test
if (process.env.ULTIMATE !== 'true') {
it('should confirm but not relay message from blocked contract', async () => {
const newValue = 4
@ -117,6 +119,7 @@ describe('arbitrary message bridging', () => {
const value = await foreignBox.methods.value().call()
assert(!toBN(value).eq(toBN(newValue)), 'Message should not be relayed by oracle automatically')
})
}
it('should confirm but not relay message from manual lane', async () => {
const newValue = 5