Skip to content

Commit 4cee9d1

Browse files
author
Vincent Rouillé
committed
Ignore test_ub test due to panic hook issue in the code coverage CI test
1 parent 308c6f6 commit 4cee9d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

foundationdb/tests/api_ub.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use std::panic;
22

33
#[test]
4+
#[ignore]
45
fn test_run() {
56
let old = panic::take_hook();
67
panic::set_hook(Box::new(|_| {}));

0 commit comments

Comments
 (0)