File: disable-broken-test

package info (click to toggle)
rust-sqlx-sqlite 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 572 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: sqlx-sqlite/src/connection/explain.rs
===================================================================
--- sqlx-sqlite.orig/src/connection/explain.rs
+++ sqlx-sqlite/src/connection/explain.rs
@@ -1367,7 +1367,7 @@ pub(super) fn explain(
     Ok((output, nullable))
 }
 
-#[test]
+/*#[test]
 fn test_root_block_columns_has_types() {
     use crate::SqliteConnectOptions;
     use std::str::FromStr;
@@ -1613,4 +1613,4 @@ fn test_root_block_columns_has_types() {
             root_block_cols[&table_db_block][&2]
         );
     }
-}
+}*/