exclude test from ci
This commit is contained in:
parent
545be02d47
commit
21d9862852
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ internal class UbuntuProvTests {
|
|||
}
|
||||
|
||||
@Test
|
||||
@EnabledOnOs(OS.LINUX)
|
||||
@NonCi
|
||||
fun test_user_cannot_sudo_without_password() {
|
||||
// given
|
||||
val image = UbuntuUserNeedsPasswordForSudo()
|
||||
|
|
Loading…
Reference in a new issue