mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
fix(ci): Optimism unit / integration tests (#5318)
This commit is contained in:
@@ -32,3 +32,7 @@ clap = { workspace = true }
|
||||
jsonrpsee = { workspace = true }
|
||||
eyre = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
[features]
|
||||
# Included solely to ignore certain tests.
|
||||
optimism = []
|
||||
|
||||
@@ -51,7 +51,11 @@ impl RethNodeCommandConfig for AutoMineConfig {
|
||||
}
|
||||
}
|
||||
|
||||
/// This test is disabled for the `optimism` feature flag due to an incompatible feature set.
|
||||
/// L1 info transactions are not included automatically, which are required for `op-reth` to
|
||||
/// process transactions.
|
||||
#[test]
|
||||
#[cfg_attr(feature = "optimism", ignore)]
|
||||
pub fn test_auto_mine() {
|
||||
// create temp path for test
|
||||
let temp_path = tempfile::TempDir::new().expect("tempdir is okay").into_path();
|
||||
|
||||
Reference in New Issue
Block a user