Skip to content

Commit 00ca79a

Browse files
committed
fix: tests
1 parent 20a44ab commit 00ca79a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/client.rs

+1
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ mod test {
599599
}
600600

601601
#[test]
602+
#[ignore]
602603
#[cfg(feature = "native-tls")]
603604
fn should_connect_with_ftps() {
604605
let mut client = FtpFs::new("test.rebex.net", 21)

tests/docker-compose.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
version: "3"
22
services:
33
ftp-server:
4-
image: afharo/pure-ftp
4+
image: stilliard/pure-ftpd
55
ports:
66
- "10021:21"
77
- "30000-30009:30000-30009"
88
environment:
99
- PUBLICHOST=localhost
10-
10+
- FTP_USER_NAME=test
11+
- FTP_USER_PASS=test
12+
- FTP_USER_HOME=/home/test

0 commit comments

Comments
 (0)