You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2017/01/30 17:15:14 UTC

ignite git commit: .NET: Ignore TestTransactionScopeAllOperations until IGNITE-3477 is fixed

Repository: ignite
Updated Branches:
  refs/heads/master ec9a3cd67 -> e613c0091


.NET: Ignore TestTransactionScopeAllOperations until IGNITE-3477 is fixed


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e613c009
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e613c009
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e613c009

Branch: refs/heads/master
Commit: e613c0091cb4ef47fa5e7b1915272b1ff8c93970
Parents: ec9a3cd
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Mon Jan 30 20:14:43 2017 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Mon Jan 30 20:14:43 2017 +0300

----------------------------------------------------------------------
 .../Cache/CacheAbstractTransactionalTest.cs                         | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e613c009/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 37a22ae..f355187 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/CacheAbstractTransactionalTest.cs
@@ -767,6 +767,7 @@ namespace Apache.Ignite.Core.Tests.Cache
         /// Tests all transactional operations with <see cref="TransactionScope"/>.
         /// </summary>
         [Test]
+        [Ignore("IGNITE-3477")]
         public void TestTransactionScopeAllOperations()
         {
             CheckTxOp((cache, key) => cache.Put(key, -5));