Skip to content

Commit 8025db2

Browse files
authored
Disable ReplaceDefaultHttpClientCodemodIntegrationTest (#377)
Test is failing dua connection timeout You can see workflow report test failure at https://github.com/pixee/codemodder-java/actions/runs/9470753410?pr=373
1 parent bb426bf commit 8025db2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core-codemods/src/test/java/io/codemodder/codemods/integration/tests/ReplaceDefaultHttpClientCodemodIntegrationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
import io.codemodder.codemods.integration.util.CodemodIntegrationTestMixin;
44
import io.codemodder.codemods.integration.util.IntegrationTestMetadata;
55
import io.codemodder.codemods.integration.util.IntegrationTestPropertiesMetadata;
6+
import org.junit.jupiter.api.Disabled;
67

78
/**
89
* Test project: the project used for this test is using DefaultHttpClient to do a request to
910
* https://restcountries.com/, the expectation is that DefaultHttpClient will be transformed into
1011
* HttpClientBuilder and the request is still working as expected. Test project location:
1112
* resources/test-applications/replace-apache-defaulthttpclient
1213
*/
14+
@Disabled
1315
@IntegrationTestMetadata(
1416
codemodId = "replace-apache-defaulthttpclient",
1517
tests = {

0 commit comments

Comments
 (0)