Skip to content

Commit a8e57d0

Browse files
committed
Disable the DDB source coordination test for now.
Signed-off-by: David Venable <dlv@amazon.com>
1 parent 4a6a7fa commit a8e57d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

data-prepper-plugins/dynamodb-source-coordination-store/src/test/java/org/opensearch/dataprepper/plugins/sourcecoordinator/dynamodb/DynamoDbSourceCoordinationStoreIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import org.junit.jupiter.api.AfterAll;
1515
import org.junit.jupiter.api.BeforeAll;
1616
import org.junit.jupiter.api.BeforeEach;
17+
import org.junit.jupiter.api.Disabled;
1718
import org.junit.jupiter.api.Test;
1819
import org.junit.jupiter.api.extension.ExtendWith;
1920
import org.junit.jupiter.params.ParameterizedTest;
@@ -43,7 +44,6 @@
4344
import java.util.Random;
4445
import java.util.UUID;
4546
import java.util.concurrent.TimeUnit;
46-
import java.util.concurrent.TimeUnit;
4747
import java.util.stream.Collectors;
4848
import java.util.stream.IntStream;
4949
import java.util.stream.Stream;
@@ -263,6 +263,7 @@ void tryCreatePartitionItem_creates_an_item() {
263263
assertThat(getItem.getExpirationTime(), lessThanOrEqualTo(Instant.now().getEpochSecond()));
264264
}
265265

266+
@Disabled("This test is flaky on the current version of DynamoDB Local. However, newer versions require JDK 17+.")
266267
@Test
267268
void tryAcquireAvailablePartition_gets_first_unassigned_partition() throws InterruptedException {
268269
final DynamoDbSourceCoordinationStore objectUnderTest = createObjectUnderTest();

0 commit comments

Comments
 (0)