Skip to content

Commit

Permalink
chore: try fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Sep 12, 2023
1 parent d003893 commit 7c33d68
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libs/jwst-codec/src/doc/publisher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,11 @@ impl Drop for DocPublisher {

#[cfg(test)]
mod tests {
use std::sync::atomic::AtomicUsize;

use super::*;
use crate::sync::AtomicUsize;

#[test]
#[ignore = "lost first update by unknown reason in memory leak ci, skip"]
// #[ignore = "lost first update by unknown reason in memory leak ci, skip"]
fn test_parse_update_history() {
loom_model!({
let doc = Doc::default();
Expand Down

0 comments on commit 7c33d68

Please sign in to comment.