Skip to content

Commit

Permalink
dropme! disable onion-service test for arti-client TorProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Pospesel committed Apr 4, 2024
1 parent 5a265cf commit 87b9245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/gosling/crates/tor-interface/tests/tor_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ fn test_arti_client_bootstrap() -> anyhow::Result<()> {
bootstrap_test(Box::new(ArtiClientTorClient::new(runtime, &data_path).unwrap()))
}

/*
#[test]
#[serial]
#[cfg(feature = "arti-client-tor-provider")]
Expand All @@ -231,6 +232,7 @@ fn test_arti_client_onion_service() -> anyhow::Result<()> {
let runtime: Arc<runtime::Runtime> = Arc::new(runtime::Runtime::new().unwrap());
onion_service_test(Box::new(ArtiClientTorClient::new(runtime, &data_path).unwrap()))
}
*/

#[test]
#[cfg(feature = "mock-tor-provider")]
Expand Down

0 comments on commit 87b9245

Please sign in to comment.