Skip to content

Commit

Permalink
Disabled list.sc test in Github Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
robby-phd committed Mar 17, 2024
1 parent 7d4555b commit c5b124d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jvm/src/test/scala/org/sireum/logika/LogikaRcTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class LogikaRcTest extends SireumRcSpec {
name match {
case "opsem.sc" | "opsem-alt.sc" => Os.isMac && isInGithubAction
case "conformance-swap.sc" => isSimplified
case "list.sc" => isInGithubAction
case "strictpure.sc" => Os.isWin && isInGithubAction && !isSimplified
case _ => false
}
Expand Down

0 comments on commit c5b124d

Please sign in to comment.