[skip ci] disabled long-running rarely used tests

This commit is contained in:
ansgarz 2022-01-22 14:43:37 +01:00
parent 213541fc3b
commit 58eaf14f0e

View file

@ -21,6 +21,7 @@ import org.domaindrivenarchitecture.provs.desktop.infrastructure.configureGopass
import org.domaindrivenarchitecture.provs.desktop.infrastructure.downloadGopassBridge import org.domaindrivenarchitecture.provs.desktop.infrastructure.downloadGopassBridge
import org.domaindrivenarchitecture.provs.desktop.infrastructure.installGopass import org.domaindrivenarchitecture.provs.desktop.infrastructure.installGopass
import org.domaindrivenarchitecture.provs.desktop.infrastructure.installGopassBridgeJsonApi import org.domaindrivenarchitecture.provs.desktop.infrastructure.installGopassBridgeJsonApi
import org.junit.jupiter.api.Disabled
internal class GopassBridgeKtTest { internal class GopassBridgeKtTest {
@ -77,6 +78,7 @@ internal class GopassBridgeKtTest {
@ContainerTest @ContainerTest
@Test @Test
@NonCi @NonCi
@Disabled // long running test (> 1 min); if needed enable test and run manually
fun test_install_GopassBridgeJsonApi_with_incompatible_gopass_jsonapi_version_installed() { fun test_install_GopassBridgeJsonApi_with_incompatible_gopass_jsonapi_version_installed() {
// given // given
val a = defaultTestContainer(ContainerStartMode.CREATE_NEW_KILL_EXISTING) val a = defaultTestContainer(ContainerStartMode.CREATE_NEW_KILL_EXISTING)
@ -111,6 +113,7 @@ internal class GopassBridgeKtTest {
@ContainerTest @ContainerTest
@Test @Test
@NonCi @NonCi
@Disabled // long running test (> 1 min); if needed enable test and run manually
fun test_install_GopassBridgeJsonApi_with_incompatible_gopass_version_installed() { fun test_install_GopassBridgeJsonApi_with_incompatible_gopass_version_installed() {
// given // given
val a = defaultTestContainer(ContainerStartMode.CREATE_NEW_KILL_EXISTING) val a = defaultTestContainer(ContainerStartMode.CREATE_NEW_KILL_EXISTING)