Skip to content

Commit f3bb7b4

Browse files
author
Marcelo Vanzin
committed
Disable mima for tags module.
1 parent 9e0b3c4 commit f3bb7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ object SparkBuild extends PomBuild {
202202
(allProjects ++ optionallyEnabledProjects).foreach(enable(TestSettings.settings))
203203

204204
allProjects.filterNot(x => Seq(spark, hive, hiveThriftServer, catalyst, repl,
205-
networkCommon, networkShuffle, networkYarn, unsafe).contains(x)).foreach {
205+
networkCommon, networkShuffle, networkYarn, unsafe, testTags).contains(x)).foreach {
206206
x => enable(MimaBuild.mimaSettings(sparkHome, x))(x)
207207
}
208208

0 commit comments

Comments
 (0)