Closed
Description
Specifically these:
- scalacheck
- semanticdb
- xml-interpolator
- betterfiles
If you take a random's commit CI output for the community_test
task, e.g. this, and look for these tests in this output, you will find each one or two times (where the submodule is checked out).
These tests work fine locally though, e.g. with the community-build/testOnly dotty.communitybuild.CommunityBuildTest -- *scalacheck
command.
Also if you comment all the other tests but these four, these four also work on the CI: see #7606 and its output.
/cc @smarter