IGNITE-1282: .NET: Disabled accidently enabled test.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/6d834217 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/6d834217 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/6d834217 Branch: refs/heads/ignite-1.5-tx-futs-opts Commit: 6d8342176fbd15171975757a284ee30cdd3ba698 Parents: 3c74503 Author: vozerov-gridgain <[email protected]> Authored: Fri Nov 20 11:08:53 2015 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Fri Nov 20 11:08:53 2015 +0300 ---------------------------------------------------------------------- .../Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesTest.cs | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/6d834217/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesTest.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesTest.cs index 08a98f6..411ef05 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheQueriesTest.cs @@ -565,6 +565,7 @@ namespace Apache.Ignite.Core.Tests.Cache.Query /// Check scan query with partitions. /// </summary> [Test] + [Ignore("IGNITE-1012")] public void TestScanQueryPartitions([Values(true, false)] bool loc) { CheckScanQueryPartitions<QueryPerson>(MaxItemCnt, loc, false); @@ -574,6 +575,7 @@ namespace Apache.Ignite.Core.Tests.Cache.Query /// Check scan query with partitions in binary mode. /// </summary> [Test] + [Ignore("IGNITE-1012")] public void TestScanQueryPartitionsBinary([Values(true, false)] bool loc) { CheckScanQueryPartitions<BinaryObject>(MaxItemCnt, loc, true);
