Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A363C1889C for ; Fri, 11 Dec 2015 21:22:58 +0000 (UTC) Received: (qmail 70378 invoked by uid 500); 11 Dec 2015 21:22:58 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 70348 invoked by uid 500); 11 Dec 2015 21:22:58 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 70339 invoked by uid 99); 11 Dec 2015 21:22:58 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2015 21:22:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 08D3BCC37A for ; Fri, 11 Dec 2015 21:22:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.771 X-Spam-Level: * X-Spam-Status: No, score=1.771 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id SdCOG66ued4n for ; Fri, 11 Dec 2015 21:22:49 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 5278725E18 for ; Fri, 11 Dec 2015 21:22:38 +0000 (UTC) Received: (qmail 66469 invoked by uid 99); 11 Dec 2015 21:22:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2015 21:22:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 87AC1E2C14; Fri, 11 Dec 2015 21:22:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: klund@apache.org To: commits@geode.incubator.apache.org Date: Fri, 11 Dec 2015 21:23:22 -0000 Message-Id: <9af5264d211f4e41befeba4837ec7453@git.apache.org> In-Reply-To: <696653637cf04b7db23d9c6088fc9419@git.apache.org> References: <696653637cf04b7db23d9c6088fc9419@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [48/50] [abbrv] incubator-geode git commit: GEODE-647: Ignoring failing test for now GEODE-647: Ignoring failing test for now Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6e32ffe9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6e32ffe9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/6e32ffe9 Branch: refs/heads/feature/GEODE-217 Commit: 6e32ffe9cad8cf251dda2807d6fd23ecffb0b1cc Parents: 1f193af Author: Jens Deppe Authored: Wed Dec 9 12:37:59 2015 -0800 Committer: Jens Deppe Committed: Wed Dec 9 12:37:59 2015 -0800 ---------------------------------------------------------------------- .../gemfire/management/internal/cli/GfshParserJUnitTest.java | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6e32ffe9/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/GfshParserJUnitTest.java ---------------------------------------------------------------------- diff --git a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/GfshParserJUnitTest.java b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/GfshParserJUnitTest.java index 2cb1148..68fe251 100644 --- a/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/GfshParserJUnitTest.java +++ b/gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/cli/GfshParserJUnitTest.java @@ -25,6 +25,7 @@ import java.util.ArrayList; import java.util.List; import org.junit.After; +import org.junit.Ignore; import org.junit.Test; import org.junit.experimental.categories.Category; import org.springframework.shell.core.CommandMarker; @@ -777,6 +778,7 @@ public class GfshParserJUnitTest { * @throws SecurityException */ @Test + @Ignore("GEODE-647") public void testParse() throws Exception { // get a CommandManager, add sample commands CommandManager commandManager = CommandManager.getInstance(false);