Skip to content

Commit

Permalink
remove logging for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
haaase committed Jan 16, 2025
1 parent 9075f47 commit fd29125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/RDTs/.jvm/src/test/scala/MultiPaxosSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MultiPaxosSuite extends munit.ScalaCheckSuite {
.withMaxSize(500)

property("Multipaxos")(MultiPaxosSpec[Int](
logging = true,
logging = false,
minDevices = 3,
maxDevices = 5,
proposeFreq = 5,
Expand Down

0 comments on commit fd29125

Please sign in to comment.