Skip to content

Commit

Permalink
added TODO
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Sep 20, 2023
1 parent a16a218 commit c2e4d1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ void testHelmInstallChartTaskForHederaNetworkChart() throws IOException {
assertEquals("fst", helmInstallChartTask.getRelease().get());
helmInstallChartTask.installChart();
} finally {
// comment this out as workaround until we no longer need manual use of make command
// TODO: comment this out as workaround until we no longer need manual use of make command
// suppressExceptions(() -> helmClient.uninstallChart("fst"));
}
}
Expand Down

0 comments on commit c2e4d1d

Please sign in to comment.