Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
Removed FTP Test because of FTPClient errors for newer Julia versions
  • Loading branch information
jo-fleck committed Mar 14, 2024
1 parent 8c772b0 commit 5c83e21
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ df_small = DataFrame(year=1980, mstat=2, ltcg=100000)
@test typeof(df_default_out_ssh) == DataFrame
end

@testset "FTP connection" begin
df_default_out_ftp = taxsim32(df_small, connection = "FTP")
@test typeof(df_default_out_ftp) == DataFrame
end
# FTPClient leads to libcurl error 78 in CI testing for Julia > 1.5: https://github.com/invenia/FTPClient.jl/issues/113
# @testset "FTP connection" begin
# df_default_out_ftp = taxsim32(df_small, connection = "FTP")
# @test typeof(df_default_out_ftp) == DataFrame
# end

# Output tests

Expand Down

0 comments on commit 5c83e21

Please sign in to comment.