Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Feb 13, 2022
1 parent 6137cbf commit d8ee0f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void testHostnameDiscoveryThroughCommand() {
}

@Test
@Disbled("Issues when running in a k8s pod template. The isWindows is false and it expects a Mac")
@Disabled("Issues when running in a k8s pod template. The isWindows is false and it expects a Mac")
void testHostnameDiscoveryThroughEnv() {
Map<String, String> customEnvVariables = new HashMap<>();
if (isWindows) {
Expand Down

0 comments on commit d8ee0f8

Please sign in to comment.