Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs =================================================================== diff -u -r5089 -r5132 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 5089) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 5132) @@ -79,7 +79,7 @@ Assert.That(numberOfRealResults, Is.EqualTo(16)); } - [Test, Category(Categories.MultiCore)] + [Test, Category(Categories.MultiCore), Ignore("WorkInProgress")] [TestCase("DesignBishopGrid1Core.xml")] [TestCase("DesignBishopGrid2Cores.xml")] [TestCase("DesignBishopGrid4Cores.xml")] @@ -178,7 +178,7 @@ CheckLargeResultsSets.CheckResultsDesignBishopWithScenariosForHeadPl3CalculatesCorrect(output.Results.CalculationResults); } - [Test, Category(Categories.MultiCore)] + [Test, Category(Categories.MultiCore), Ignore("WorkInProgress")] [TestCase(1, true)] [TestCase(4, true)] [TestCase(16, true)]