Skip to content

Commit

Permalink
Disable test on sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Jul 21, 2023
1 parent 5739301 commit 2aaa7a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use sql_migration_tests::multi_engine_test_api::*;

#[test_connector]
#[test_connector(exclude(Sqlite))]
fn connect_ipv6(api: TestApi) {
let url = api.connection_string().replace("localhost", "[::1]");
assert!(url.contains("[::1]"));
Expand Down

0 comments on commit 2aaa7a0

Please sign in to comment.