Skip to content

Commit aa5ec2c

Browse files
author
Dmitry Voronov
authored
Merge pull request #868 from input-output-hk/hotfix/tests-failing-when-run-more-than-once-alt
fix - forking solves classloader issues within `ActorSystem`s in tests
2 parents 800d889 + 450f46a commit aa5ec2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ lazy val node = {
160160
libraryDependencies in Compile
161161
),
162162
buildInfoPackage := "io.iohk.ethereum.utils",
163+
fork in Test := true,
163164
buildInfoOptions in Compile += BuildInfoOption.ToMap
164165
)
165166
.settings(commonSettings("mantis"): _*)

0 commit comments

Comments
 (0)