@@ -4,27 +4,18 @@ Date: Sat, 15 Aug 2020 20:04:38 +0200
4
4
Subject: [PATCH] [rand] Disable failing test
5
5
6
6
---
7
- src/distributions/uniform.rs | 3 ++-
8
- 1 file changed, 2 insertions (+), 1 deletion (-)
7
+ src/distributions/uniform.rs | 1 +
8
+ 1 file changed, 1 insertion (+), 0 deletions (-)
9
9
10
10
diff --git a/src/distributions/uniform.rs b/src/distributions/uniform.rs
11
11
index 480b859..c80bb6f 100644
12
12
--- a/src/distributions/uniform.rs
13
13
+++ b/src/distributions/uniform.rs
14
- @@ -1085,7 +1085,7 @@ mod tests {
15
- _ => panic!("`UniformDurationMode` was not serialized/deserialized correctly")
16
- }
17
- }
18
- -
19
- +
20
- #[test]
21
- #[cfg(feature = "serde1")]
22
- fn test_uniform_serialization() {
23
14
@@ -1314,6 +1314,7 @@ mod tests {
24
15
not(target_arch = "wasm32"),
25
16
not(target_arch = "asmjs")
26
17
))]
27
- + #[ignore] // FIXME
18
+ + #[ignore] // Requires unwinding
28
19
fn test_float_assertions() {
29
20
use super::SampleUniform;
30
21
use std::panic::catch_unwind;
0 commit comments