diff --git a/Allure.NUnit/Core/AllureNUnitHelper.cs b/Allure.NUnit/Core/AllureNUnitHelper.cs index 7434ccc9..bdad89cb 100644 --- a/Allure.NUnit/Core/AllureNUnitHelper.cs +++ b/Allure.NUnit/Core/AllureNUnitHelper.cs @@ -191,12 +191,7 @@ void UpdateTestDataFromAllureAttributes(TestResult testResult) } static bool IsSelectedByTestPlan(TestResult testResult) => - TestPlan.Value.IsMatch( - testResult.fullName, - AllureTestPlan.GetAllureId( - testResult.labels ?? Enumerable.Empty