Skip to content

Commit

Permalink
chore: un-ignore working test
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-melnychuk committed Apr 24, 2024
1 parent b5683fa commit d7cd969
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/experimental-api/tests/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ async fn test_blockNumber() -> Result<(), common::Error> {
}

#[tokio::test]
#[ignore = "TODO"]
// thread 'test_call' panicked at /home/work/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.36.0/src/runtime/blocking/shutdown.rs:51:21:
// Cannot drop a runtime in a context where blocking is not allowed. This happens when a runtime is dropped from within an asynchronous context.
#[allow(non_snake_case)]
async fn test_call() -> Result<(), common::Error> {
let Some(ctx) = ctx().await else {
Expand Down

0 comments on commit d7cd969

Please sign in to comment.