Skip to content

Commit

Permalink
refactor: make sonar happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi committed Dec 18, 2024
1 parent f1beb39 commit 1e2b2df
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ public void shouldCheckToolExistence() throws IOException {
}

@Test
@Ignore // Given the current implementation, we cannot inject the exit code
// of the command execution and therefore this test will fail.
@Ignore("Given the current implementation, we cannot inject the exit code of the command execution and therefore this test will fail.")
public void shouldCheckSystemdUnitExistence() throws IOException {
givenLinuxNetworkUtil();
givenTool("/tmp/systemctl");
Expand Down

0 comments on commit 1e2b2df

Please sign in to comment.