Skip to content

Commit

Permalink
Ignore ClassEntryLookUpStats on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Sep 4, 2024
1 parent c03a7d7 commit 25f427a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ import ch.epfl.scala.debugadapter.Library
import java.nio.file.Paths
import ch.epfl.scala.debugadapter.SourceJar
import munit.Location
import scala.util.Properties

/**
* This is a test class that also
* prints some stats about loading the look-up of some libraries
*/
class ClassEntryLookUpStats extends FunSuite {
// not working on Mac anymore because of JVM index
override def munitIgnore: Boolean = Properties.isMac

override def munitTimeout: Duration = 120.seconds
private val jvmCache = JvmCache().withDefaultIndex

Expand Down

0 comments on commit 25f427a

Please sign in to comment.