Skip to content

scalikejdbc.play.FixtureSpec fail on windows #61

@xuwei-k

Description

@xuwei-k

#60

val excludeTestsIfWindows = Set(
// TODO
// new line char?
"scalikejdbc.play.FixtureSpec",
)
testOptions in Test in ThisBuild ++= {
if (scala.util.Properties.isWin) {
Seq(Tests.Exclude(excludeTestsIfWindows))
} else {
Nil
}
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions