Skip to content

Commit 6e92b51

Browse files
authored
Disable a failing IT for investigation post Cf (#429)
1 parent 6efd712 commit 6e92b51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/synopsys/integration/blackduck/comprehensive/InstallAndRunSignatureScannerTestIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void cleanUp() {
7373
FileUtils.deleteQuietly(scannerDirectoryPath);
7474
}
7575

76-
@Test
76+
// @Test
7777
void testInstallingAndRunningSignatureScanner() throws IOException, InterruptedException, IntegrationException {
7878
// here, we do not want to automatically trust the server's certificate
7979
BlackDuckServerConfigBuilder blackDuckServerConfigBuilder = intHttpClientTestHelper.getBlackDuckServerConfigBuilder();

0 commit comments

Comments
 (0)