File: disable-failing-tests.patch

package info (click to toggle)
rust-miette 7.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 640 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 253 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/panic.rs b/src/panic.rs
index b1dfd4a..3756377 100644
--- a/src/panic.rs
+++ b/src/panic.rs
@@ -108,7 +108,6 @@ mod tests {
 
     use super::*;
 
-    #[test]
     fn panic() {
         let panic = Panic("ruh roh raggy".to_owned());