diff --git a/src/eth/primitives/bytecode.rs b/src/eth/primitives/bytecode.rs index c2aa2723c..2635ca066 100644 --- a/src/eth/primitives/bytecode.rs +++ b/src/eth/primitives/bytecode.rs @@ -96,7 +96,7 @@ mod tests { const BYTECODE_PIX: &str = include_str!("../../../tests/fixtures/bytecodes/PixCashier.bin"); #[test] - #[ignore] + #[ignore] // HACK: remove the entire feature instead of ignoring the test // TODO: add assertions based on storage layout file generated from source code. fn parse_bytecode_slots() {