diff --git a/crates/aether-testing/testkit/src/postgres.rs b/crates/aether-testing/testkit/src/postgres.rs index 493738c76..58bf8f033 100644 --- a/crates/aether-testing/testkit/src/postgres.rs +++ b/crates/aether-testing/testkit/src/postgres.rs @@ -97,6 +97,8 @@ impl ManagedPostgresServer { .arg(self.port.to_string()) .arg("-F") .arg("-c") + .arg("unix_socket_directories=") + .arg("-c") .arg("fsync=off") .arg("-c") .arg("synchronous_commit=off")