Repository: incubator-systemml Updated Branches: refs/heads/master b4a4dee76 -> 53815597e
[SYSTEMML-1110] Run functions.data tests as suite Switched to Suite class to prevent functions.data tests from running at the same time as attempt to reduce FullReblockTest occasional failure. Closes #354. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/53815597 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/53815597 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/53815597 Branch: refs/heads/master Commit: 53815597edd00b3cb4a3e9eaae52e74c31291c08 Parents: b4a4dee Author: Glenn Weidner <[email protected]> Authored: Tue Jan 24 11:23:15 2017 -0800 Committer: Glenn Weidner <[email protected]> Committed: Tue Jan 24 11:23:16 2017 -0800 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/53815597/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ca7b281..24ad5ab 100644 --- a/pom.xml +++ b/pom.xml @@ -377,6 +377,7 @@ <includes> <include>**/integration/applications/**/*Suite.java</include> + <include>**/integration/functions/data/*Suite.java</include> <include>**/integration/functions/gdfo/*Suite.java</include> <include>**/integration/functions/sparse/*Suite.java</include> <include>**/integration/functions/**/*Test*.java</include> @@ -386,6 +387,7 @@ <excludes> <exclude>**/slowtest/**</exclude> + <exclude>**/integration/functions/data/*Test*.java</exclude> </excludes> </configuration>
