Skip to content

Commit

Permalink
enable check_tx_validity_runtime_api_should_work test
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthDesai committed Oct 17, 2023
1 parent 1621522 commit 482455f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/subspace-fraud-proof/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,7 @@ fn generate_storage_proof_for_tx_validity(
.unwrap()
}

// TODO: Enable this test when runtime_api_light is fixed
#[tokio::test(flavor = "multi_thread")]
#[ignore]
async fn check_tx_validity_runtime_api_should_work() {
let directory = TempDir::new().expect("Must be able to create temporary directory");

Expand Down

0 comments on commit 482455f

Please sign in to comment.