Skip to content

Commit

Permalink
Enable only testUserSecretKeyFileWithProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Feb 7, 2024
1 parent 2d2689c commit 0515292
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ private void assertRecordsInFile(String filePath)
}
}

/*
@Test(expected = ConfigException.class)
public void testInvalidHost()
{
Expand Down Expand Up @@ -479,8 +480,8 @@ public void testUserSecretKeyFileAndPutToRootDirectory() throws IOException
testFolder.getRoot().getAbsolutePath(),
pathPrefix));
}
*/

/*
@Test
public void testUserSecretKeyFileWithProxy() throws IOException
{
Expand Down Expand Up @@ -538,8 +539,8 @@ public void testUserSecretKeyFileWithProxy() throws IOException
}
}
}
*/

/*
@Test
public void testProxyType()
{
Expand Down Expand Up @@ -862,6 +863,7 @@ public void testSftpFileOutputNextFile() throws IOException
assertNotNull("Must use remote temp file", remoteFileOutput.getRemoteOutput());
remoteFileOutput.close();
}
*/

private ConfigSource defaultConfig(final String pathPrefix)
{
Expand Down

0 comments on commit 0515292

Please sign in to comment.