We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b0db2 commit c4367f1Copy full SHA for c4367f1
postgres/tests/test.rs
@@ -84,7 +84,7 @@ fn test_connection_finish() {
84
}
85
86
#[test]
87
-#[cfg_attr(not(unix), ignore)]
+#[ignore] // doesn't work on our CI setup
88
fn test_unix_connection() {
89
let conn = or_panic!(Connection::connect(
90
"postgres://postgres@localhost:5433",
tokio-postgres/src/test.rs
@@ -217,6 +217,7 @@ fn transaction() {
217
218
219
220
+#[ignore] // not supported on our CI setup :(
221
fn unix_socket() {
222
let mut l = Core::new().unwrap();
223
let handle = l.handle();
0 commit comments