Skip to content

Commit

Permalink
[python] Unskip profiling test for PROF-11018
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed Dec 11, 2024
1 parent e6c32ad commit 579785e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_profiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -13,7 +13,6 @@
@features.profiling
@features.dd_profiling_enabled
@scenarios.profiling
@bug(context.library >= "[email protected]", reason="PROF-11018")
class Test_Profile:
""" Basic testing of profiling """

Expand Down

0 comments on commit 579785e

Please sign in to comment.