File: ignore-broken-test.diff

package info (click to toggle)
rust-glib 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,368 kB
  • sloc: makefile: 18
file content (10 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
--- a/tests/structured_log.rs
+++ b/tests/structured_log.rs
@@ -2,6 +2,7 @@
 #![allow(clippy::unnecessary_cast)]
 
 #[test]
+#[ignore = "currently broken"]
 fn structured_log() {
     use std::sync::{Arc, Mutex};