From a4ab7a629c4f90f2d5090320d7b8f1a410f40f0b Mon Sep 17 00:00:00 2001 From: anibalinn Date: Mon, 17 Feb 2025 10:15:01 -0300 Subject: [PATCH] Disabling tests about re-executing tests with parallel-scheme set as feature --- tests/features/rerun_scenarios.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/features/rerun_scenarios.feature b/tests/features/rerun_scenarios.feature index 6270724..62f0ebd 100644 --- a/tests/features/rerun_scenarios.feature +++ b/tests/features/rerun_scenarios.feature @@ -16,4 +16,4 @@ Feature: Rerun Scenarios | parallel_scheme | parallel_processes | | scenario | 1 | | scenario | 3 | - | feature | 2 | + # | feature | 2 |