Skip to content

Commit 2741ecf

Browse files
committed
[flink] #355 disable flaky test
1 parent 40a15c9 commit 2741ecf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flink/core/src/test/java/cz/o2/proxima/flink/core/CommitLogSourceFunctionTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
import org.apache.flink.streaming.api.operators.StreamSource;
4646
import org.apache.flink.streaming.util.AbstractStreamOperatorTestHarness;
4747
import org.junit.jupiter.api.Assertions;
48+
import org.junit.jupiter.api.Disabled;
4849
import org.junit.jupiter.api.Test;
4950
import org.junit.jupiter.api.Timeout;
5051

@@ -95,6 +96,7 @@ private static StreamElement newData(
9596

9697
@Test
9798
@Timeout(60)
99+
@Disabled("https://github.com/O2-Czech-Republic/proxima-platform/issues/355")
98100
void testRunAndClose() throws Exception {
99101
final Repository repository = Repository.ofTest(ConfigFactory.parseString(MODEL));
100102
final AttributeDescriptor<?> attribute = repository.getEntity("test").getAttribute("data");

0 commit comments

Comments
 (0)