From 21d986285296fd44e476faf98a663f82d563a8d5 Mon Sep 17 00:00:00 2001 From: az Date: Mon, 16 Aug 2021 17:59:18 +0200 Subject: [PATCH] exclude test from ci --- .../provs/core/platformTest/UbuntuProvTests.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()