[xcm-emulator] Unignore cumulus integration tests (#1247)

* tests should not be run with runtime-benchmarks feature
This commit is contained in:
Squirrel
2023-09-01 21:15:20 +01:00
committed by GitHub
parent 23a2b7b5b3
commit dbbfe041fd
16 changed files with 295 additions and 231 deletions
@@ -64,4 +64,5 @@ pub fn relay_test_args(amount: Balance) -> TestArgs {
}
#[cfg(test)]
#[cfg(not(feature = "runtime-benchmarks"))]
mod tests;