Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
chore: Disable failing rocksdb integration test that has a consistent…
Browse files Browse the repository at this point in the history
… stack overflow (#675).
  • Loading branch information
jsantell committed Oct 19, 2023
1 parent 9e5c83b commit 83e8cad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/noosphere/tests/distributed_stress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ mod multiplayer {
use serde_json::Value;
use url::Url;

#[cfg_attr(feature = "rocksdb", ignore = "TODO(#675)")]
#[tokio::test(flavor = "multi_thread")]
async fn orb_can_render_peers_in_the_sphere_address_book() -> Result<()> {
initialize_tracing(None);
Expand Down

0 comments on commit 83e8cad

Please sign in to comment.