Skip to content

Commit

Permalink
Disable sFTP integration test until flakiness resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkoyun committed Apr 8, 2020
1 parent 0bf95f8 commit ef42beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/plugin/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var (
backend.FileSystem: setupFileSystem,
backend.GCS: setupGCS,
backend.S3: setupS3,
backend.SFTP: setupSFTP,
// backend.SFTP: setupSFTP,
}

formats = []string{
Expand Down

0 comments on commit ef42beb

Please sign in to comment.