mirror of
https://github.com/kopia/kopia.git
synced 2026-03-17 13:46:12 -04:00
sftp: run tests as part of unit tests (#1086)
This commit is contained in:
@@ -162,7 +162,6 @@ func startDockerSFTPServerOrSkip(t *testing.T, idRSA string) (host string, port
|
||||
|
||||
func TestSFTPStorageValid(t *testing.T) {
|
||||
t.Parallel()
|
||||
testutil.ProviderTest(t)
|
||||
|
||||
testutil.TestSkipOnCIUnlessLinuxAMD64(t)
|
||||
|
||||
@@ -200,7 +199,6 @@ func TestSFTPStorageValid(t *testing.T) {
|
||||
|
||||
func TestInvalidServerFailsFast(t *testing.T) {
|
||||
t.Parallel()
|
||||
testutil.ProviderTest(t)
|
||||
|
||||
ctx := testlogging.Context(t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user