Skip to content

Commit

Permalink
Move Pants test suite to slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Olafur Pall Geirsson committed Nov 2, 2019
1 parent c59a8c7 commit 40b318a
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -14,7 +14,7 @@ import scala.sys.process._

object PantsLspSuite extends BaseImportSuite("pants") {

val buildTool = PantsBuildTool(() => userConfig)
val buildTool: PantsBuildTool = PantsBuildTool(() => userConfig)

private def preInitialized = {
val pants_targets_config =
Expand Down Expand Up @@ -225,7 +225,6 @@ object PantsLspSuite extends BaseImportSuite("pants") {
_.replaceAllLiterally("greeting", "greeting: Int")
)
_ = assertNoDiagnostics() // no errors because "core" is not exported.
_ = pprint.log(server.workspaceSymbol("Lib"))
} yield ()
}
}

0 comments on commit 40b318a

Please sign in to comment.