This is an automated email from the ASF dual-hosted git repository. dwysakowicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 79eb5c79fd7f3b0b7518f70b7cb02c69e773aada Author: Dawid Wysakowicz <[email protected]> AuthorDate: Fri Apr 16 11:20:39 2021 +0200 Revert "[FLINK-22249][FLINK-22248] Temporarily disable JobMasterStopWithSavepointITCase" This reverts commit eb631935dcce5b037e3ad5245f48e373b5b3c426. --- .../flink/runtime/jobmaster/JobMasterStopWithSavepointITCase.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/flink-tests/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterStopWithSavepointITCase.java b/flink-tests/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterStopWithSavepointITCase.java index d4740992..4820eb0 100644 --- a/flink-tests/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterStopWithSavepointITCase.java +++ b/flink-tests/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterStopWithSavepointITCase.java @@ -47,7 +47,6 @@ import org.apache.flink.test.util.AbstractTestBase; import org.apache.flink.util.ExceptionUtils; import org.junit.Assume; -import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; @@ -80,7 +79,6 @@ import static org.junit.Assert.fail; * ITCases testing the stop with savepoint functionality. This includes checking both SUSPEND and * TERMINATE. */ -@Ignore("FLINK-22249, FLINK-22248") public class JobMasterStopWithSavepointITCase extends AbstractTestBase { @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder();
