Skip to content

Commit 9d4ef1e

Browse files
committed
Disable scissLucre
To workaround issue with `com.sleepycat.je.DiskLimitException: (JE 7.5.11)`
1 parent 400187e commit 9d4ef1e

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
@@ -113,7 +113,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
113113
// @Test def scissAsyncFile = projects.scissAsyncFile .run()
114114
// @Test def scissSpan = projects.scissSpan .run()
115115
@Test def scalaSTM = projects.scalaSTM .run()
116-
@Test def scissLucre = projects.scissLucre .run()
116+
// @Test def scissLucre = projects.scissLucre .run()
117117

118118
end CommunityBuildTestA
119119

0 commit comments

Comments
 (0)