Skip to content

Commit

Permalink
Skip ConnectionManagerTest in CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuessner committed Jul 5, 2024
1 parent 817c437 commit 5ed96da
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ import scala.concurrent.duration.*
import scala.language.postfixOps

class ConnectionManagerTest extends FunSuite {
val isGithubCi: Boolean = Option(System.getenv("GITHUB_WORKFLOW")).exists(_.nonEmpty)
override def munitIgnore: Boolean = isGithubCi

private val idA = IdentityFactory.createNewIdentity
private val idB = IdentityFactory.createNewIdentity
private val idC = IdentityFactory.createNewIdentity
Expand Down

0 comments on commit 5ed96da

Please sign in to comment.