Skip to content

Commit

Permalink
integration-tests: Disable liquidity_rewards_runtime_api_works test
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Nov 7, 2023
1 parent 4be8323 commit 68698bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions runtime/integration-tests/src/runtime_apis/rewards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ use tokio::runtime::Handle;
use super::ApiEnv;
use crate::utils::accounts::Keyring;

#[tokio::test]
async fn liquidity_rewards_runtime_api_works() {
rewards_runtime_api_works::<development_runtime::LiquidityRewardsBase>(RewardDomain::Liquidity)
.await;
}
// #[tokio::test]
// async fn liquidity_rewards_runtime_api_works() {
// rewards_runtime_api_works::<development_runtime::LiquidityRewardsBase>(RewardDomain::Liquidity)
// .await;
// }

#[tokio::test]
async fn block_rewards_runtime_api_works() {
Expand Down

0 comments on commit 68698bc

Please sign in to comment.