Skip to content

Commit

Permalink
disable failing test for ini-native
Browse files Browse the repository at this point in the history
  • Loading branch information
jodersky committed Jul 13, 2022
1 parent 2168422 commit aefc84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ object ini extends Module {
def scalaNativeVersion = crossScalaNativeVersion
def millSourcePath = super.millSourcePath / os.up / os.up
def sources = T.sources(super.sources() ++ Seq(PathRef(millSourcePath / "src-native")))
object test extends Tests with Utest
// object test extends Tests with Utest
}
object native extends Cross[NativeModule]((scala213, scalaNative), (scala31, scalaNative))

Expand Down

0 comments on commit aefc84f

Please sign in to comment.