Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/core-libs-3b383d9164
Browse files Browse the repository at this point in the history
  • Loading branch information
gdimtsas authored Nov 25, 2024
2 parents 73da812 + e55821a commit 9c9dfdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 9c9dfdc

Please sign in to comment.