From 94f64c21cc22686df2ffba4db7ab4cc72b47e359 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Wed, 19 Feb 2025 13:53:22 +0000 Subject: [PATCH] Remove ignored mutations Just curious as to the impact on the mutation tests if we remove this. --- eng/stryker-config.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/eng/stryker-config.json b/eng/stryker-config.json index 053f7904ae7..1b5396557ad 100644 --- a/eng/stryker-config.json +++ b/eng/stryker-config.json @@ -16,8 +16,6 @@ "LogInformation" ], "ignore-mutations": [ - "block", - "statement" ], "configuration": "Debug", "target-framework": "net8.0",