1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jeremy.bicha@canonical.com>
Date: Wed, 21 Aug 2024 08:38:13 -0400
Subject: Don't fail autopkgtests because of patched libadwaita
---
tests/abi.rs | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/abi.rs b/tests/abi.rs
index 573f1ca..63f2b78 100644
--- a/tests/abi.rs
+++ b/tests/abi.rs
@@ -115,6 +115,7 @@ impl Results {
}
#[test]
+#[ignore = "this causes mismatches with Ubuntu's libadwaita, so we ignore it"]
fn cross_validate_constants_with_c() {
let mut c_constants: Vec<(String, String)> = Vec::new();
|