.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/ignite-comm-balance-master Commit: e613c0091cb4ef47fa5e7b1915272b1ff8c93970 Parents: ec9a3cd Author: Pavel Tupitsyn <[email protected]> Authored: Mon Jan 30 20:14:43 2017 +0300 Committer: Pavel Tupitsyn <[email protected]> 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));
