Skip to content

Commit

Permalink
docs: add explaination
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi committed Dec 18, 2024
1 parent a30e24b commit a35d438
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ public void shouldCheckToolExistence() throws IOException {
}

@Test
@Ignore
@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 a35d438

Please sign in to comment.