From 58eaf14f0e592d339f2494636b225b52737fd55a Mon Sep 17 00:00:00 2001 From: ansgarz Date: Sat, 22 Jan 2022 14:43:37 +0100 Subject: [PATCH] [skip ci] disabled long-running rarely used tests --- .../framework/extensions/workplace/base/GopassBridgeKtTest.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/kotlin/org/domaindrivenarchitecture/provs/framework/extensions/workplace/base/GopassBridgeKtTest.kt b/src/test/kotlin/org/domaindrivenarchitecture/provs/framework/extensions/workplace/base/GopassBridgeKtTest.kt index 6792b32..e7faef2 100644 --- a/src/test/kotlin/org/domaindrivenarchitecture/provs/framework/extensions/workplace/base/GopassBridgeKtTest.kt +++ b/src/test/kotlin/org/domaindrivenarchitecture/provs/framework/extensions/workplace/base/GopassBridgeKtTest.kt @@ -21,6 +21,7 @@ import org.domaindrivenarchitecture.provs.desktop.infrastructure.configureGopass import org.domaindrivenarchitecture.provs.desktop.infrastructure.downloadGopassBridge import org.domaindrivenarchitecture.provs.desktop.infrastructure.installGopass import org.domaindrivenarchitecture.provs.desktop.infrastructure.installGopassBridgeJsonApi +import org.junit.jupiter.api.Disabled internal class GopassBridgeKtTest { @@ -77,6 +78,7 @@ internal class GopassBridgeKtTest { @ContainerTest @Test @NonCi + @Disabled // long running test (> 1 min); if needed enable test and run manually fun test_install_GopassBridgeJsonApi_with_incompatible_gopass_jsonapi_version_installed() { // given val a = defaultTestContainer(ContainerStartMode.CREATE_NEW_KILL_EXISTING) @@ -111,6 +113,7 @@ internal class GopassBridgeKtTest { @ContainerTest @Test @NonCi + @Disabled // long running test (> 1 min); if needed enable test and run manually fun test_install_GopassBridgeJsonApi_with_incompatible_gopass_version_installed() { // given val a = defaultTestContainer(ContainerStartMode.CREATE_NEW_KILL_EXISTING)