Skip to content

Commit f2de6ff

Browse files
committed
skip flaky test
1 parent 52d499b commit f2de6ff

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)