exclude tests(s2ml, s2counter*, loader, spark) on root project
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/f45b845f Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/f45b845f Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/f45b845f Branch: refs/heads/feature/test_daewon Commit: f45b845f11608fd2b0fa03afe869866c617b2815 Parents: 6a42db8 Author: daewon <[email protected]> Authored: Thu Dec 24 16:19:56 2015 +0900 Committer: daewon <[email protected]> Committed: Thu Dec 24 16:20:23 2015 +0900 ---------------------------------------------------------------------- build.sbt | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/f45b845f/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index 3e0dd41..ac86dbf 100755 --- a/build.sbt +++ b/build.sbt @@ -43,3 +43,12 @@ lazy val s2counter_loader = project.dependsOn(s2counter_core, spark) .settings(commonSettings: _*) lazy val s2ml = project.settings(commonSettings: _*) + +// test in s2core := {} +// test in s2rest_play := {} + +test in spark := {} +test in loader := {} +test in s2counter_core := {} +test in s2counter_loader := {} +test in s2ml := {}
