diff options
author | Felix Lange <fjl@twurst.com> | 2016-11-25 05:40:08 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-11-25 05:54:50 +0800 |
commit | bca7bfa927db47d6a089fdc9da8d2501dcab29d5 (patch) | |
tree | 3f5d79b906dfeff6995dcaa130f59628f27a7018 /tests/init.go | |
parent | 12d654a6fc4580f9194a931032ebf0e1b1927279 (diff) | |
download | dexon-bca7bfa927db47d6a089fdc9da8d2501dcab29d5.tar.gz dexon-bca7bfa927db47d6a089fdc9da8d2501dcab29d5.tar.zst dexon-bca7bfa927db47d6a089fdc9da8d2501dcab29d5.zip |
tests: update from github.com/ethereum/tests @ f21c49dc816e
Diffstat (limited to 'tests/init.go')
-rw-r--r-- | tests/init.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/init.go b/tests/init.go index 366a930dc..361be5f62 100644 --- a/tests/init.go +++ b/tests/init.go @@ -57,6 +57,9 @@ var ( */ TransSkipTests = []string{ "TransactionWithHihghNonce256", + "Vitalik_15", + "Vitalik_16", + "Vitalik_17", } StateSkipTests = []string{} VmSkipTests = []string{} |