diff --git a/project/TestGroups.scala b/project/TestGroups.scala index 7de7d32c0c0..b71dedf25ec 100644 --- a/project/TestGroups.scala +++ b/project/TestGroups.scala @@ -102,7 +102,8 @@ object TestGroups { "tests.PathTrieSuite", "tests.scalafix.ScalafixProviderLspSuite", "tests.SemanticHighlightLspSuite", "tests.MtagsScala3Suite", "tests.codeactions.ConvertToNamedArgumentsLspSuite", - "tests.testProvider.TestSuitesProviderSuite", "tests.MillVersionSuite", + "tests.testProvider.TestSuitesProviderSuite", + "scala.meta.internal.builds.tests.MillVersionSuite", "tests.FingerprintsLspSuite", "tests.JdkVersionSuite", "tests.codeactions.ScalaCliActionsSuite", "tests.codeactions.MillifyDependencyLspSuite",