Disable unix socket test
This commit is contained in:
@@ -84,7 +84,7 @@ fn test_connection_finish() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(not(unix), ignore)]
|
||||
#[ignore] // doesn't work on our CI setup
|
||||
fn test_unix_connection() {
|
||||
let conn = or_panic!(Connection::connect(
|
||||
"postgres://postgres@localhost:5433",
|
||||
|
||||
Reference in New Issue
Block a user