diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-06-12 01:06:56 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-06-19 04:20:45 +0800 |
commit | c941a39b756783d95526a74374dd2aa4283474fa (patch) | |
tree | e6d5cc83abf8924ae06fa4a0fc429182b43a33c0 /tests/init.go | |
parent | 8507c867b9cca2b1d59182baea90ab2844d494a0 (diff) | |
download | dexon-c941a39b756783d95526a74374dd2aa4283474fa.tar.gz dexon-c941a39b756783d95526a74374dd2aa4283474fa.tar.zst dexon-c941a39b756783d95526a74374dd2aa4283474fa.zip |
Cleanup logging
Diffstat (limited to 'tests/init.go')
-rw-r--r-- | tests/init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.go b/tests/init.go index aec06396b..164924ab8 100644 --- a/tests/init.go +++ b/tests/init.go @@ -17,7 +17,7 @@ var ( transactionTestDir = filepath.Join(baseDir, "TransactionTests") vmTestDir = filepath.Join(baseDir, "VMTests") - blockSkipTests = []string{} + blockSkipTests = []string{"SimpleTx3"} transSkipTests = []string{"TransactionWithHihghNonce256"} stateSkipTests = []string{"mload32bitBound_return", "mload32bitBound_return2"} vmSkipTests = []string{} |