removed tests for ethocore-rpc for default travis build

This commit is contained in:
debris
2016-01-31 14:15:12 +01:00
parent 00db35457c
commit 4a7e02b7e0
2 changed files with 2 additions and 1 deletions

View File

@@ -1217,6 +1217,8 @@ mod tests {
#[test]
#[should_panic]
// overflows panic only in debug builds. Running this test with `--release` flag, always fails
#[ignore]
pub fn uint128_add_overflow_panic() {
U128::from_str("ffffffffffffffffffffffffffffffff").unwrap()
+