File: disable-oversensitive-tests

package info (click to toggle)
rust-serde-with 3.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,740 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/tests/time_0_3.rs
+++ b/tests/time_0_3.rs
@@ -153,6 +153,6 @@
 
-    check_error_deserialization::<S>(
+    /*check_error_deserialization::<S>(
         r#""Foobar""#,
         expect!["the 'day' component could not be parsed at line 1 column 8"],
-    );
+    );*/
     check_error_deserialization::<S>(
@@ -266,6 +266,6 @@
     );
-    check_error_deserialization::<S>(
+    /*check_error_deserialization::<S>(
         r#""2000-AA""#,
         expect!["unexpected trailing characters; the end of input was expected at line 1 column 9"],
-    );
+    );*/
 }