From commits-return-123415-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Fri Jan 25 11:27:06 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id AEA35180771 for ; Fri, 25 Jan 2019 11:27:05 +0100 (CET) Received: (qmail 59290 invoked by uid 500); 25 Jan 2019 10:27:04 -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 59228 invoked by uid 99); 25 Jan 2019 10:27:04 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Jan 2019 10:27:04 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5B0218556E; Fri, 25 Jan 2019 10:27:04 +0000 (UTC) Date: Fri, 25 Jan 2019 10:27:05 +0000 To: "commits@ignite.apache.org" Subject: [ignite] 02/02: ignite-835 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: sboikov@apache.org In-Reply-To: <154841202351.32032.18140473928917781823@gitbox.apache.org> References: <154841202351.32032.18140473928917781823@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: ignite X-Git-Refname: refs/heads/ignite-835 X-Git-Reftype: branch X-Git-Rev: bf923d92fde23b40e0a44c148f6b3dd698fc8546 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190125102704.5B0218556E@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. sboikov pushed a commit to branch ignite-835 in repository https://gitbox.apache.org/repos/asf/ignite.git commit bf923d92fde23b40e0a44c148f6b3dd698fc8546 Author: sboikov AuthorDate: Fri Jan 25 13:26:53 2019 +0300 ignite-835 --- .../Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs | 1 + 1 file changed, 1 insertion(+) 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 d74a55f..a70d9b7 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs @@ -79,6 +79,7 @@ namespace Apache.Ignite.Core.Tests.Cache /// Tests cache locks. /// [Test] + [Ignore("IGNITE-835")] public void TestLock() { var cache = Cache();