Skip to content

Commit a234511

Browse files
authored
ci: skip flaky test (#15308)
## Description This change skips the test accounting for half of all test retries in the last seven days. ## Testing It will be important to understand why this test is failing and retrying so frequently, and re-enable it at that time.
1 parent ee8f34d commit a234511

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tracer/runtime/test_runtime_metrics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def test_one_metric(self):
147147

148148

149149
class TestRuntimeWorker(TracerTestCase):
150+
@pytest.mark.skip(reason="Very frequently retried")
150151
def test_tracer_metrics(self):
151152
# Mock socket.socket to hijack the dogstatsd socket
152153
with mock.patch("socket.socket") as sock:

0 commit comments

Comments
 (0)