Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs =================================================================== diff -u -r4182 -r4183 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 4182) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MultiCoreMacroStabilityTests.cs (.../MultiCoreMacroStabilityTests.cs) (revision 4183) @@ -55,8 +55,7 @@ RemoveTestWorkingDirectory(testWorkingFolder); // to be sure no test directory exist after the tests } - [Test] //, Category("MultiCore")] - [Category(Categories.WorkInProgress)] + [Test, Category("MultiCore")] [TestCase("OperationalBishopGrid1Core.xml")] [TestCase("OperationalBishopGrid2Cores.xml")] [TestCase("OperationalBishopGrid4Cores.xml")] @@ -153,7 +152,7 @@ } } - [Test]//, Ignore("This test is only used for debugging XML files generated by Dam UI")] + [Test, Category("MultiCore")] [TestCase(10)] [TestCase(24)] public void OperationalBeeSwarmMultiCoreWithXmlInputFile(int maxCores)