diff --git a/Modules/Local-first Access Control/src/test/scala/lofi_acl/sync/ConnectionManagerTest.scala b/Modules/Local-first Access Control/src/test/scala/lofi_acl/sync/ConnectionManagerTest.scala index 468f0a0bd..c8e05ceb7 100644 --- a/Modules/Local-first Access Control/src/test/scala/lofi_acl/sync/ConnectionManagerTest.scala +++ b/Modules/Local-first Access Control/src/test/scala/lofi_acl/sync/ConnectionManagerTest.scala @@ -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