From 579785ef76544484427ade1ec510d18e45d2c6fe Mon Sep 17 00:00:00 2001 From: Charles de Beauchesne Date: Wed, 11 Dec 2024 19:49:32 +0100 Subject: [PATCH] [python] Unskip profiling test for PROF-11018 --- tests/test_profiling.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_profiling.py b/tests/test_profiling.py index b341fc214f..3a84999efe 100644 --- a/tests/test_profiling.py +++ b/tests/test_profiling.py @@ -4,7 +4,7 @@ """Misc checks around data integrity during components' lifetime""" import re -from utils import weblog, interfaces, scenarios, features, bug, context +from utils import weblog, interfaces, scenarios, features TIMESTAMP_PATTERN = re.compile(r"\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d{1,9})?Z") @@ -13,7 +13,6 @@ @features.profiling @features.dd_profiling_enabled @scenarios.profiling -@bug(context.library >= "python@2.18.0-dev", reason="PROF-11018") class Test_Profile: """ Basic testing of profiling """