diff --git a/src/test/kotlin/org/domaindrivenarchitecture/provs/core/platformTest/UbuntuProvTests.kt b/src/test/kotlin/org/domaindrivenarchitecture/provs/core/platformTest/UbuntuProvTests.kt index 2dc6be9..333f044 100644 --- a/src/test/kotlin/org/domaindrivenarchitecture/provs/core/platformTest/UbuntuProvTests.kt +++ b/src/test/kotlin/org/domaindrivenarchitecture/provs/core/platformTest/UbuntuProvTests.kt @@ -106,7 +106,7 @@ internal class UbuntuProvTests { } @Test - @EnabledOnOs(OS.LINUX) + @NonCi fun test_user_cannot_sudo_without_password() { // given val image = UbuntuUserNeedsPasswordForSudo()