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
|
@Test
|
||||||
@EnabledOnOs(OS.LINUX)
|
@NonCi
|
||||||
fun test_user_cannot_sudo_without_password() {
|
fun test_user_cannot_sudo_without_password() {
|
||||||
// given
|
// given
|
||||||
val image = UbuntuUserNeedsPasswordForSudo()
|
val image = UbuntuUserNeedsPasswordForSudo()
|
||||||
|
|
Loading…
Reference in a new issue