Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Jul 5, 2023
1 parent 32583ce commit 1be1ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmark_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use tempfile::tempdir;

pub mod common;

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

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

0 comments on commit 1be1ced

Please sign in to comment.