We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d499b commit f2de6ffCopy full SHA for f2de6ff
tests/tracer/runtime/test_runtime_metrics.py
@@ -147,6 +147,7 @@ def test_one_metric(self):
147
148
149
class TestRuntimeWorker(TracerTestCase):
150
+ @pytest.mark.skip(reason="Very frequently retried")
151
def test_tracer_metrics(self):
152
# Mock socket.socket to hijack the dogstatsd socket
153
with mock.patch("socket.socket") as sock:
0 commit comments