diff --git a/ingestion/tests/integration/test_suite/test_e2e_workflow.py b/ingestion/tests/integration/test_suite/test_e2e_workflow.py index 131b4de5848..81e47ff1f0d 100644 --- a/ingestion/tests/integration/test_suite/test_e2e_workflow.py +++ b/ingestion/tests/integration/test_suite/test_e2e_workflow.py @@ -363,7 +363,12 @@ class TestE2EWorkflow(unittest.TestCase): assert data_test_case_result_1[0]["testCaseStatus"] == "Success" assert data_test_case_result_2 assert data_test_case_result_2[0]["testCaseStatus"] == "Success" - self.assertAlmostEqual(data_test_case_result_2[0]["passedRows"], 15, delta=5) + self.assertAlmostEqual( + data_test_case_result_2[0]["passedRows"], + 15, + delta=8, + msg="This is a 99% confidence interval. Run the test again to validate failure.", + ) def test_e2e_cli_partitioned_workflow(self): """test cli workflow e2e"""