Skip to content

Commit 07357ec

Browse files
committed
fix: make flaky test serial
1 parent 11ef189 commit 07357ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/gitops/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,6 +1310,7 @@ mod tests {
13101310
}
13111311

13121312
#[test]
1313+
#[serial_test::serial]
13131314
fn test_read_object_roundtrip() {
13141315
let data = b"roundtrip data".to_vec();
13151316
let hash = hash_object(&mut data.clone(), ObjectType::Blob, true).unwrap();

0 commit comments

Comments
 (0)