Comment out obsolete kannotator tests

(cherry picked from commit b318d97)

Original commit: 4073280b50
This commit is contained in:
Ilya Chernikov
2017-09-18 10:21:24 +02:00
parent 3657e07cb7
commit 8be31c1c27
+3 -2
View File
@@ -31,8 +31,9 @@ dependencies {
sourceSets {
"main" { projectDefault() }
"test" {
java.srcDirs("jps-tests/test",
"kannotator-jps-plugin-test/test")
java.srcDirs("jps-tests/test"
/*, "kannotator-jps-plugin-test/test"*/ // Obsolete
)
}
}