sftp: run tests as part of unit tests (#1086)

This commit is contained in:
Jarek Kowalski
2021-05-18 09:22:26 -07:00
committed by GitHub
parent 227b2f1bbc
commit 2faed2bcf6

View File

@@ -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)