Index: DamClients/DamUI/trunk/src/Dam/Deltares.Dam.IntegrationTests/FailureMechanismTests.cs =================================================================== diff -u -r5972 -r5973 --- DamClients/DamUI/trunk/src/Dam/Deltares.Dam.IntegrationTests/FailureMechanismTests.cs (.../FailureMechanismTests.cs) (revision 5972) +++ DamClients/DamUI/trunk/src/Dam/Deltares.Dam.IntegrationTests/FailureMechanismTests.cs (.../FailureMechanismTests.cs) (revision 5973) @@ -34,7 +34,7 @@ { const double tolerance3Decimals = 0.00051; - [Test] + [Test, Category("Work_In_Progress")] public void TestStabilityOutsideWith2DstixFiles() { string projectFilename = Path.Combine(Directory.GetCurrentDirectory(), @"TestData\StabilityOutside2DFromStixTest\BishopOutside.damx"); @@ -104,7 +104,7 @@ /// This can be explained by the Sigma-Tau table model which is differently implemented: /// in version 19.2.1 Sigma is the effective vertical stress whereas in the current version it is the effective normal stress. /// - [Test] + [Test, Category("Work_In_Progress")] public void TestStabilityOutsideWith1DProfiles() { string projectFilename = Path.Combine(Directory.GetCurrentDirectory(), @"TestData\StabilityOutside1DProfileTest\Actualisatie.damx");