Skip to content

Commit

Permalink
[FLINK-24800][tests] Ignoring testDisablingBufferTimeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
akalash authored and dawidwys committed Nov 10, 2021
1 parent 645fadf commit 133943f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import org.apache.flink.testutils.junit.SharedObjects;
import org.apache.flink.testutils.junit.SharedReference;

import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;

Expand All @@ -46,6 +47,8 @@ public class BufferTimeoutITCase extends AbstractTestBase {
* which should not fill an entire buffer, thus it should not never reach the sink. We check the
* sink has not seen any records after 2 times the default buffer timeout.
*/
// TODO: should be fixed in FLINK-24800.
@Ignore
@Test
public void testDisablingBufferTimeout() throws Exception {
final StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();
Expand Down

0 comments on commit 133943f

Please sign in to comment.