Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix flaky SFTP file time tests #1414

Merged
merged 2 commits into from
Jun 4, 2024
Merged

Commits on May 25, 2024

  1. fix flaky SFTP file time tests

    These asserts currently assume that DateTime.Now and the
    creation timestamp on the server happen within the same second.
    
    Note that I didn't change the asserts below where an explicit
    timestamp is set. From my understanding, these should not be affected.
    
    example: https://ci.appveyor.com/project/drieseng/ssh-net/builds/49850731/job/u6lk0cyipbxkp4jd
    mus65 committed May 25, 2024
    Configuration menu
    Copy the full SHA
    f6471a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. remove asserts

    mus65 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5eccd3c View commit details
    Browse the repository at this point in the history