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

@ -25,7 +25,6 @@ script:
- cargo test --release -p ethash --verbose
- cargo test --release -p ethcore-util --verbose
- cargo test --release -p ethcore --verbose
- cargo test --release -p ethcore-rpc --verbose
- cargo test --release --verbose
- cargo bench --no-run
after_success: |

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()
+