Skip to content

Commit

Permalink
[python] Skip profiling for main branch PROF-11018 (#3651)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne authored Dec 10, 2024
1 parent 5b0f557 commit d6d80b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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
from utils import weblog, interfaces, scenarios, features, bug, context


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,6 +13,7 @@
@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 """

Expand Down

0 comments on commit d6d80b8

Please sign in to comment.