diff --git a/tests/integration_tests/build/test_coverage.py b/tests/integration_tests/build/test_coverage.py index 0f7673a0fc4c..6d566cdf438d 100644 --- a/tests/integration_tests/build/test_coverage.py +++ b/tests/integration_tests/build/test_coverage.py @@ -23,9 +23,9 @@ # Checkout the cpuid crate. In the future other # differences may appear. if utils.is_io_uring_supported(): - COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.47} + COVERAGE_DICT = {"Intel": 82.99, "AMD": 82.31, "ARM": 82.41} else: - COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.68} + COVERAGE_DICT = {"Intel": 80.15, "AMD": 79.48, "ARM": 79.60} PROC_MODEL = proc.proc_type()