.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 <[email protected]> Authored: Fri Apr 14 12:01:54 2017 +0300 Committer: Pavel Tupitsyn <[email protected]> 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();
