Skip to content

Commit

Permalink
[FLINK-29899][runtime][test] Removes obsolete printStackTrace()
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Pohl <matthias.pohl@aiven.io>
  • Loading branch information
XComp committed Nov 25, 2022
1 parent 17b569f commit 60eedc1
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -148,7 +148,6 @@ public void testImmediateCacheInvalidationAfterFailure() throws Exception {

fail("The execution graph future should have been completed exceptionally.");
} catch (ExecutionException ee) {
ee.printStackTrace();
assertTrue(ee.getCause() instanceof FlinkException);
}

Expand Down

0 comments on commit 60eedc1

Please sign in to comment.