Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0C487200C65 for ; Fri, 14 Apr 2017 17:13:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0ADEB160BA3; Fri, 14 Apr 2017 15:13:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B6036160BC2 for ; Fri, 14 Apr 2017 17:13:19 +0200 (CEST) Received: (qmail 60635 invoked by uid 500); 14 Apr 2017 15:13:18 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 59879 invoked by uid 99); 14 Apr 2017 15:13:18 -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, 14 Apr 2017 15:13:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7BC56E0061; Fri, 14 Apr 2017 15:13:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agura@apache.org To: commits@ignite.apache.org Date: Fri, 14 Apr 2017 15:13:42 -0000 Message-Id: In-Reply-To: <16dfbc567383453393a9f4c479744750@git.apache.org> References: <16dfbc567383453393a9f4c479744750@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [25/50] [abbrv] ignite git commit: .NET: Ignore TestTransactionScopeMultiCache due to IGNITE-1561 archived-at: Fri, 14 Apr 2017 15:13:21 -0000 .NET: Ignore TestTransactionScopeMultiCache due to IGNITE-1561 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bcc69371 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/bcc69371 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/bcc69371 Branch: refs/heads/ignite-4587 Commit: bcc69371a50f363af4996ed1ab0a29f1cc85e361 Parents: b646244 Author: Pavel Tupitsyn Authored: Fri Apr 14 12:01:54 2017 +0300 Committer: Pavel Tupitsyn Committed: Fri Apr 14 12:01:54 2017 +0300 ---------------------------------------------------------------------- .../Cache/CacheAbstractTransactionalTest.cs | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/bcc69371/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs index 2107399..45d0b5f 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs @@ -606,6 +606,7 @@ namespace Apache.Ignite.Core.Tests.Cache /// with multiple participating caches. /// [Test] + [Ignore("IGNITE-1561")] public void TestTransactionScopeMultiCache() { var cache1 = Cache();