Skip to content

Commit 490fc95

Browse files
committed
drop some tests in effpi
1 parent 036f85a commit 490fc95

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,10 @@ class CommunityBuildTest {
194194
// We set `useEffpiPlugin := false` because we don't want to run their
195195
// compiler plugin since it relies on external binaries (from the model
196196
// checker mcrl2), however we do compile the compiler plugin.
197-
testCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:compile; plugin/test:compile; benchmarks/test:compile; examples/test:compile; pluginBenchmarks/test:compile",
198-
updateCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:update; plugin/test:update; benchmarks/test:update; examples/test:update; pluginBenchmarks/test:update"
197+
// have to drop the plugin and akka tests for now, testCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:compile; plugin/test:compile; benchmarks/test:compile; examples/test:compile; pluginBenchmarks/test:compile",
198+
// have to drop the plugin and akka tests for now, updateCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:update; plugin/test:update; benchmarks/test:update; examples/test:update; pluginBenchmarks/test:update"
199+
testCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:compile; examples/test:compile; pluginBenchmarks/test:compile",
200+
updateCommand = ";set ThisBuild / useEffpiPlugin := false; effpi/test:update; examples/test:update; pluginBenchmarks/test:update"
199201
)
200202

201203
// TODO @oderky? It got broken by #5458

0 commit comments

Comments
 (0)