Skip to content

Commit

Permalink
disable staking-miner-playground tests (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 authored Apr 12, 2024
1 parent 25307ee commit fbdd616
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ async fn submit_monitor_works_basic() {
// TODO: https://github.com/paritytech/staking-miner-v2/issues/673
// test_submit_solution(Target::Node(Chain::Polkadot)).await;
// test_submit_solution(Target::Node(Chain::Kusama)).await;
// TODO: https://github.com/paritytech/polkadot-staking-miner/issues/806
// test_submit_solution(Target::StakingMinerPlayground).await;
test_submit_solution(Target::Node(Chain::Westend)).await;
test_submit_solution(Target::StakingMinerPlayground).await;
}

// TODO: https://github.com/paritytech/polkadot-staking-miner/issues/806
#[tokio::test]
#[ignore]
async fn default_trimming_works() {
init_logger();
let (_drop, ws_url) = run_staking_miner_playground();
Expand Down

0 comments on commit fbdd616

Please sign in to comment.