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/04/14 09:02:09 UTC

ignite git commit: .NET: Ignore TestTransactionScopeMultiCache due to IGNITE-1561

Repository: ignite
Updated Branches:
  refs/heads/master b64624422 -> bcc69371a


.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/master
Commit: bcc69371a50f363af4996ed1ab0a29f1cc85e361
Parents: b646244
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Fri Apr 14 12:01:54 2017 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
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.
         /// </summary>
         [Test]
+        [Ignore("IGNITE-1561")]
         public void TestTransactionScopeMultiCache()
         {
             var cache1 = Cache();