Repository: activemq Updated Branches: refs/heads/activemq-5.10.x 3e5ac6326 -> 813a9ec33
Exclude test with random failures Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/813a9ec3 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/813a9ec3 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/813a9ec3 Branch: refs/heads/activemq-5.10.x Commit: 813a9ec331841d81c38e199de6f9954779d854fb Parents: 3e5ac63 Author: Hadrian Zbarcea <[email protected]> Authored: Tue Jan 13 10:20:54 2015 -0500 Committer: Hadrian Zbarcea <[email protected]> Committed: Tue Jan 13 10:20:54 2015 -0500 ---------------------------------------------------------------------- activemq-leveldb-store/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/813a9ec3/activemq-leveldb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml index cdc24d6..3a31d56 100644 --- a/activemq-leveldb-store/pom.xml +++ b/activemq-leveldb-store/pom.xml @@ -388,6 +388,7 @@ <failIfNoTests>false</failIfNoTests> <excludes> <exclude>**/EnqueueRateScenariosTest.*</exclude> + <exclude>**/ElectingLevelDBStoreTest.*</exclude> <exclude>**/DFSLevelDB*.*</exclude> </excludes> </configuration>
