diff --git a/tests/integration/Cargo.toml b/tests/integration/Cargo.toml index 2232b2407b..8ba11a57e3 100644 --- a/tests/integration/Cargo.toml +++ b/tests/integration/Cargo.toml @@ -46,7 +46,7 @@ shibuya-runtime = { workspace = true, features = ["std"], optional = true } shiden-runtime = { workspace = true, features = ["std"], optional = true } [features] -default = ["std", "shibuya"] +default = ["std"] std = [] shibuya = ["shibuya-runtime"] shiden = ["shiden-runtime"]