We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ab30b5 + 774a36a commit 2a972bcCopy full SHA for 2a972bc
test/v2-migration-tests/src/test/java/software/amazon/awssdk/v2migrationtests/MavenProjectTest.java
@@ -29,6 +29,7 @@
29
import java.util.List;
30
import org.apache.commons.io.FileUtils;
31
import org.junit.jupiter.api.BeforeAll;
32
+import org.junit.jupiter.api.Disabled;
33
import org.junit.jupiter.api.Test;
34
import org.junit.jupiter.api.condition.EnabledIf;
35
import software.amazon.awssdk.testutils.SdkVersionUtils;
@@ -68,7 +69,8 @@ private static void deleteTempDirectories() throws IOException {
68
69
}
70
71
@Test
- @EnabledIf("versionAvailable")
72
+ // @EnabledIf("versionAvailable")
73
+ @Disabled("Test is flaky")
74
void mavenProject_shouldConvert() throws IOException {
75
verifyTransformation();
76
verifyCompilation();
0 commit comments