We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872bcc0 commit 098e40cCopy full SHA for 098e40c
1 file changed
hanzo-libs/hanzo-messages/src/hanzo_utils/job_scope.rs
@@ -91,6 +91,7 @@ mod tests {
91
}
92
93
#[test]
94
+ #[ignore] // Environment-dependent: NODE_STORAGE_PATH race with concurrent tests
95
fn test_deserialize_minimal_job_scope_without_vector_search_mode() {
96
let json_data = json!({
97
"vector_fs_items": ["/path/to/file1"],
0 commit comments