We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8feb0ec commit 0bb9eaeCopy full SHA for 0bb9eae
tests/client.rs
@@ -167,6 +167,7 @@ async fn test_default_author_memory() -> Result<()> {
167
168
#[tokio::test]
169
#[traced_test]
170
+#[cfg(feature = "fs-store")]
171
async fn test_default_author_persist() -> TestResult<()> {
172
let iroh_root_dir = tempfile::TempDir::new()?;
173
let iroh_root = iroh_root_dir.path();
0 commit comments