Skip to content

Commit

Permalink
uses the right feature for the new acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Feb 6, 2024
1 parent c8e6d3d commit 3484c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebrad/tests/acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2967,7 +2967,7 @@ fn scan_start_where_left() -> Result<()> {
/// See [`common::shielded_scan::register_key`] for more information.
#[tokio::test]
#[ignore]
#[cfg(feature = "getblocktemplate-rpcs")]
#[cfg(feature = "shielded-scan")]
async fn scans_for_new_key() -> Result<()> {
common::shielded_scan::scans_for_new_key::run().await
}

0 comments on commit 3484c69

Please sign in to comment.