Skip to content

Commit

Permalink
skip flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur committed Aug 5, 2024
1 parent 73c3037 commit b9e01c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/opentelemetry/test_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from ddtrace.internal.utils.version import parse_version
from tests.contrib.flask.test_flask_snapshot import flask_client # noqa:F401
from tests.contrib.flask.test_flask_snapshot import flask_default_env # noqa:F401
from tests.utils import flaky


OTEL_VERSION = parse_version(opentelemetry.version.__version__)
Expand Down Expand Up @@ -134,6 +135,7 @@ def test_otel_start_current_span_without_default_args(oteltracer):
otel_span.end()


@flaky(1735812000)
@pytest.mark.parametrize(
"flask_wsgi_application,flask_env_arg,flask_port,flask_command",
[
Expand Down

0 comments on commit b9e01c0

Please sign in to comment.