Skip to content

Commit

Permalink
Disabled local Caffeine integration tests as they are flaky (#2146)
Browse files Browse the repository at this point in the history
We still run these tests in a forked setup, so we don't loose coverage
yet.

Pull request: #2146
  • Loading branch information
lefou authored Nov 25, 2022
1 parent a869ad4 commit f4ce65d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/thirdparty/local/src/local/Tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ object AcyclicTests extends AcyclicTests(fork = false)
object AmmoniteTests extends AmmoniteTests(fork = false)
object JawnTests extends JawnTests(fork = false)
object UpickleTests extends UpickleTests(fork = false)
object CaffeineTests extends CaffeineTests(fork = false)
// CaffeineTests are flaky in local (fork=false) mode
// object CaffeineTests extends CaffeineTests(fork = false)

0 comments on commit f4ce65d

Please sign in to comment.