Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "temp ignore for ci"
Browse files Browse the repository at this point in the history
This reverts commit b2ad89e.
Darksonn committed Dec 10, 2024
1 parent 14d9dbb commit b1e8ef7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_bytes_vec_alloc.rs
Original file line number Diff line number Diff line change
@@ -83,15 +83,13 @@ unsafe impl GlobalAlloc for Ledger {
}

#[test]
#[ignore]
fn test_bytes_advance() {
let mut bytes = Bytes::from(vec![10, 20, 30]);
bytes.advance(1);
drop(bytes);
}

#[test]
#[ignore]
fn test_bytes_truncate() {
let mut bytes = Bytes::from(vec![10, 20, 30]);
bytes.truncate(2);

0 comments on commit b1e8ef7

Please sign in to comment.