Skip to content

Commit

Permalink
[MINOR] chore(rust): disable flaky test of test_ticket_manager (#1637)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

Disable flaky test of test_ticket_manager

### Why are the changes needed?

I haven't found the root cause of test flaky. so disable it until I fix this.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

needn't
  • Loading branch information
zuston committed Apr 13, 2024
1 parent 5ad9f48 commit 07d8cb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/experimental/server/src/store/mem/ticket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ mod test {
}

#[test]
#[ignore]
fn test_ticket_manager() {
let released_size = Arc::new(Mutex::new(0));

Expand Down

0 comments on commit 07d8cb5

Please sign in to comment.