Skip to content

Commit 7184167

Browse files
committed
fix: do not build the project - protobuf compilation takes too long
1 parent 699f503 commit 7184167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/e2e/src/main/kotlin/org/jetbrains/bsp/bazel/RulesScalaBzlmodTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ object RulesScalaBzlmodTest : BazelBspTestBaseScenario() {
4646
"compare workspace targets results",
4747
) {
4848
testClient.test(60.seconds) { session, _ ->
49-
val targetsResult = session.server.workspaceBuildAndGetBuildTargets().await()
49+
val targetsResult = session.server.workspaceBuildTargets().await()
5050

5151
targetsResult.targets.size shouldBe 2
5252
targetsResult.targets.map { Label.parse(it.id.uri) } shouldContainExactlyInAnyOrder

0 commit comments

Comments
 (0)