Index: System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsDocumentView/ValidateSectionResultAsCombinationContributionsInFMResultView.cs =================================================================== diff -u -r26010b1bd108308e2b4ad826aae2c6905cbc9811 -r79f644737c7ea743d89e167a87a9d49b441060b6 --- System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsDocumentView/ValidateSectionResultAsCombinationContributionsInFMResultView.cs (.../ValidateSectionResultAsCombinationContributionsInFMResultView.cs) (revision 26010b1bd108308e2b4ad826aae2c6905cbc9811) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/Modules/ActionsDocumentView/ValidateSectionResultAsCombinationContributionsInFMResultView.cs (.../ValidateSectionResultAsCombinationContributionsInFMResultView.cs) (revision 79f644737c7ea743d89e167a87a9d49b441060b6) @@ -108,8 +108,8 @@ long actualNumerator = Int64.Parse(actualProbNoSeparators.Substring(2, actualProbNoSeparators.Length-2)); double actualSumWeightedProbs = 1.0 / actualNumerator; double relativeDeviation = Math.Abs(actualSumWeightedProbs-expectedSumWeightedProbs) / expectedSumWeightedProbs; - Report.Info("Validating if actual probability (" + actualSumWeightedProbs.ToString() + ") and expected probability (" + expectedSumWeightedProbs.ToString() + ") are almost equal (within 0.1 %)."); - Validate.IsTrue(relativeDeviation<0.001); + Report.Info("Validating if actual probability (" + actualSumWeightedProbs.ToString() + ") and expected probability (" + expectedSumWeightedProbs.ToString() + ") are almost equal (within 0.2 %)."); + Validate.IsTrue(relativeDeviation<0.002); } } Index: System tests/AutomatedSystemTests/AutomatedSystemTests/SlowTestCases.rxtst =================================================================== diff -u -rb8a53c25cafb4e14470984b77a6fb349d1e9bf17 -r79f644737c7ea743d89e167a87a9d49b441060b6 --- System tests/AutomatedSystemTests/AutomatedSystemTests/SlowTestCases.rxtst (.../SlowTestCases.rxtst) (revision b8a53c25cafb4e14470984b77a6fb349d1e9bf17) +++ System tests/AutomatedSystemTests/AutomatedSystemTests/SlowTestCases.rxtst (.../SlowTestCases.rxtst) (revision 79f644737c7ea743d89e167a87a9d49b441060b6) @@ -5875,7 +5875,6 @@ name="ValidateDetailedAsssessmentType">