From d9b0ab0c1744252447acdaf7d02bed8ff7a48a7b Mon Sep 17 00:00:00 2001 From: Georgios DIMTSAS Date: Mon, 25 Nov 2024 14:32:55 +0200 Subject: [PATCH 1/2] Temporarily disable the integration test --- .../kotlin/eu/europa/ec/eudi/rqes/DocumentSigningFlowIT.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/kotlin/eu/europa/ec/eudi/rqes/DocumentSigningFlowIT.kt b/src/test/kotlin/eu/europa/ec/eudi/rqes/DocumentSigningFlowIT.kt index aa85b35..319712c 100644 --- a/src/test/kotlin/eu/europa/ec/eudi/rqes/DocumentSigningFlowIT.kt +++ b/src/test/kotlin/eu/europa/ec/eudi/rqes/DocumentSigningFlowIT.kt @@ -29,13 +29,12 @@ import org.jsoup.Jsoup import java.io.File import java.net.URI import java.util.* -import kotlin.test.Test import kotlin.test.assertTrue import kotlin.time.Duration class DocumentSigningFlowIT { - @Test + // @Test fun `successful document signing cycle`() = runTest(timeout = Duration.parse("1m")) { val httpClient: KtorHttpClientFactory = { HttpClient { From e55821a5a57be709d41b3794f735c46e71b9fa15 Mon Sep 17 00:00:00 2001 From: Giorgos Dimtsas Date: Mon, 25 Nov 2024 15:16:39 +0200 Subject: [PATCH 2/2] New snapshot version (#20) Co-authored-by: Georgios DIMTSAS --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 57f1dd4..ebe32d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.parallel=true # Project properties group=eu.europa.ec.eudi -version=0.0.1-SNAPSHOT +version=0.0.2-SNAPSHOT # Sonar systemProp.sonar.host.url=https://sonarcloud.io