Skip to content

Commit 12e490a

Browse files
committed
Disable effpi
It fails with variance errors after the soundness hole was plugged. It would be best of the authors could take a look to see how to fix this.
1 parent 75df2ea commit 12e490a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ class CommunityBuildTest:
372372
@Test def stdLib213 = projects.stdLib213.run()
373373
@Test def shapeless = projects.shapeless.run()
374374
@Test def xmlInterpolator = projects.xmlInterpolator.run()
375-
@Test def effpi = projects.effpi.run()
375+
// @Test def effpi = projects.effpi.run() // disabled since it fails with variance errors after soundness hole was fixed
376376
@Test def sconfig = projects.sconfig.run()
377377
@Test def zio = projects.zio.run()
378378
@Test def munit = projects.munit.run()

0 commit comments

Comments
 (0)