You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/08/16 16:47:06 UTC

ignite git commit: IGNITE-9301 Disable test failure until issue is fixed.

Repository: ignite
Updated Branches:
  refs/heads/ignite-9301-1 [created] 83486d531


IGNITE-9301 Disable test failure until issue is fixed.


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

Branch: refs/heads/ignite-9301-1
Commit: 83486d531bf3596cd2227404ded5ce89065f3ac8
Parents: 2d7ac7a
Author: Dmitriy Pavlov <dp...@apache.org>
Authored: Thu Aug 16 19:46:53 2018 +0300
Committer: Dmitriy Pavlov <dp...@apache.org>
Committed: Thu Aug 16 19:46:53 2018 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core.Tests/ApiParity/ComputeParityTest.cs       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/83486d53/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ApiParity/ComputeParityTest.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ApiParity/ComputeParityTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ApiParity/ComputeParityTest.cs
index e3f47ae..012b585 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ApiParity/ComputeParityTest.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ApiParity/ComputeParityTest.cs
@@ -33,7 +33,8 @@ namespace Apache.Ignite.Core.Tests.ApiParity
             "localTasks",  // Java-specific (classloaders)
             "undeployTask",  // Java-specific (classloaders)
             "withName",  // Java-specific (classloaders)
-            "activeTaskFutures"
+            "activeTaskFutures",
+            "withNoResultCache" // https://issues.apache.org/jira/browse/IGNITE-9301
         };
 
         /// <summary>