Skip to content

Commit

Permalink
[FLINK-21398][coordination][tests] Enable tests for adaptive scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Mar 9, 2021
1 parent d4be7ac commit 5857ec5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@ public void testHeartbeatTimeoutWithResourceManager() throws Exception {
* submission.
*/
@Test
@Category(FailsWithAdaptiveScheduler.class) // FLINK-21398
public void testRestoringFromSavepoint() throws Exception {

// create savepoint data
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5857ec5

Please sign in to comment.