Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jul 15, 2024
1 parent 20a44ab commit 00ca79a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ mod test {
}

#[test]
#[ignore]
#[cfg(feature = "native-tls")]
fn should_connect_with_ftps() {
let mut client = FtpFs::new("test.rebex.net", 21)
Expand Down
6 changes: 4 additions & 2 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
version: "3"
services:
ftp-server:
image: afharo/pure-ftp
image: stilliard/pure-ftpd
ports:
- "10021:21"
- "30000-30009:30000-30009"
environment:
- PUBLICHOST=localhost

- FTP_USER_NAME=test
- FTP_USER_PASS=test
- FTP_USER_HOME=/home/test

0 comments on commit 00ca79a

Please sign in to comment.