We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a29ba commit 6913848Copy full SHA for 6913848
polkadot/tests/benchmark_block.rs
@@ -32,7 +32,7 @@ use tempfile::tempdir;
32
33
pub mod common;
34
35
-static RUNTIMES: [&str; 4] = ["polkadot", "kusama", "westend", "rococo"];
+static RUNTIMES: [&str; 4] = ["westend", "rococo"];
36
37
/// `benchmark block` works for all dev runtimes using the wasm executor.
38
#[tokio::test]
0 commit comments