Skip to content

Commit 6913848

Browse files
committed
Fix tests
1 parent 45a29ba commit 6913848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polkadot/tests/benchmark_block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use tempfile::tempdir;
3232

3333
pub mod common;
3434

35-
static RUNTIMES: [&str; 4] = ["polkadot", "kusama", "westend", "rococo"];
35+
static RUNTIMES: [&str; 4] = ["westend", "rococo"];
3636

3737
/// `benchmark block` works for all dev runtimes using the wasm executor.
3838
#[tokio::test]

0 commit comments

Comments
 (0)