exclude test from ci

This commit is contained in:
az 2021-08-16 17:59:18 +02:00
parent 545be02d47
commit 21d9862852

View file

@ -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()