We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75df2ea commit 12e490aCopy full SHA for 12e490a
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -372,7 +372,7 @@ class CommunityBuildTest:
372
@Test def stdLib213 = projects.stdLib213.run()
373
@Test def shapeless = projects.shapeless.run()
374
@Test def xmlInterpolator = projects.xmlInterpolator.run()
375
- @Test def effpi = projects.effpi.run()
+ // @Test def effpi = projects.effpi.run() // disabled since it fails with variance errors after soundness hole was fixed
376
@Test def sconfig = projects.sconfig.run()
377
@Test def zio = projects.zio.run()
378
@Test def munit = projects.munit.run()
0 commit comments