File: 2002_no_JSONTestSuite.patch

package info (click to toggle)
rust-json-event-parser 0.2.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 240 kB
  • sloc: python: 14; makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: skip testing against JSONTestSuite by default
 JSONTestSuite is not in Debian.
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2023-08-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/tests/test_suite.rs
+++ b/tests/test_suite.rs
@@ -45,6 +45,7 @@
 ];
 
 #[test]
+#[ignore]
 fn test_testsuite_parsing() -> Result<()> {
     for file in read_dir(format!(
         "{}/JSONTestSuite/test_parsing",