We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ab981 commit 08c38c1Copy full SHA for 08c38c1
plugins/pdb-ng/src/struct_grouper.rs
@@ -792,6 +792,7 @@ fn test_kprcb() {
792
);
793
}
794
795
+#[ignore]
796
#[test]
797
fn test_dispatcher_header() {
798
/*
@@ -1120,6 +1121,7 @@ fn test_dispatcher_header() {
1120
1121
)
1122
1123
1124
1125
1126
fn test_bool_modifier() {
1127
assert_eq!(
plugins/warp/src/convert.rs
@@ -606,7 +606,8 @@ mod tests {
606
607
608
609
-
+
610
+ #[ignore]
611
612
fn check_for_leaks() {
613
let session = get_session();
0 commit comments