From 5857ec568a7f972c6fe8725a7742848bd29f4fa4 Mon Sep 17 00:00:00 2001 From: Chesnay Schepler Date: Tue, 9 Mar 2021 12:32:51 +0100 Subject: [PATCH] [FLINK-21398][coordination][tests] Enable tests for adaptive scheduler --- .../java/org/apache/flink/runtime/jobmaster/JobMasterTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterTest.java b/flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterTest.java index c6aba4b6ca4b9..274448b5feb5d 100644 --- a/flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterTest.java +++ b/flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterTest.java @@ -642,7 +642,6 @@ public void testHeartbeatTimeoutWithResourceManager() throws Exception { * submission. */ @Test - @Category(FailsWithAdaptiveScheduler.class) // FLINK-21398 public void testRestoringFromSavepoint() throws Exception { // create savepoint data @@ -690,7 +689,6 @@ public void testRestoringFromSavepoint() throws Exception { /** Tests that an existing checkpoint will have precedence over an savepoint. */ @Test - @Category(FailsWithAdaptiveScheduler.class) // FLINK-21398 public void testCheckpointPrecedesSavepointRecovery() throws Exception { // create savepoint data