Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/5764#discussion_r177320486
--- Diff:
flink-clients/src/test/java/org/apache/flink/client/program/rest/RestClusterClientTest.java
---
@@ -536,6 +546,103 @@ public void testTriggerSavepoint() throws Exception {
}
}
+ @Test
+ public void testDisposeSavepoint() throws Exception {
--- End diff --
Will correct it.---
