Repository: ignite
Updated Branches:
  refs/heads/master 318ffe50f -> ed2435c81


IGNITE-7878 .NET: Un-Ignore TestStartDefault

This reverts commit 18c6b4a5d079874e9c156fa39564970ad3c31914.


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

Branch: refs/heads/master
Commit: ed2435c81e435750fb2640aac1ea2a9ae40bce2d
Parents: 318ffe5
Author: Pavel Tupitsyn <ptupit...@apache.org>
Authored: Mon Mar 12 16:21:41 2018 +0300
Committer: Pavel Tupitsyn <ptupit...@apache.org>
Committed: Mon Mar 12 16:21:41 2018 +0300

----------------------------------------------------------------------
 .../dotnet/Apache.Ignite.Core.Tests/IgniteStartStopTest.cs          | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ed2435c8/modules/platforms/dotnet/Apache.Ignite.Core.Tests/IgniteStartStopTest.cs
----------------------------------------------------------------------
diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/IgniteStartStopTest.cs 
b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/IgniteStartStopTest.cs
index 5ef095c..792b33d 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/IgniteStartStopTest.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/IgniteStartStopTest.cs
@@ -47,7 +47,6 @@ namespace Apache.Ignite.Core.Tests
         /// 
         /// </summary>
         [Test]
-        [Ignore("IGNITE-7878")]
         public void TestStartDefault()
         {
             var cfg = new IgniteConfiguration {JvmClasspath = 
TestUtils.CreateTestClasspath()};

Reply via email to