Skip to content

Commit 0045cf6

Browse files
authored
Skip flaky test on agent (APMSP-1791) (#4050)
1 parent f2f3ebd commit 0045cf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_data_integrity.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""Misc checks around data integrity during components' lifetime"""
66

77
import string
8-
from utils import weblog, interfaces, context, bug, rfc, irrelevant, missing_feature, features
8+
from utils import weblog, interfaces, context, bug, rfc, irrelevant, missing_feature, features, flaky
99
from utils.tools import logger
1010
from utils.cgroup_info import get_container_id
1111

@@ -213,6 +213,7 @@ def validator(data):
213213
@features.data_integrity
214214
class Test_Agent:
215215
@missing_feature(library="cpp", reason="Trace are not reported")
216+
@flaky(context.agent_version > "7.62.2", reason="APMSP-1791")
216217
def test_headers(self):
217218
"""All required headers are present in all requests sent by the agent"""
218219
interfaces.library.assert_response_header(

0 commit comments

Comments
 (0)