Skip to content

Commit

Permalink
mark tests/contrib/mariadb/test_mariadb.py::test_simple_malformed_que…
Browse files Browse the repository at this point in the history
…ry_snapshot with flaky for 30 days
  • Loading branch information
erikayasuda committed Feb 12, 2025
1 parent af5044c commit cdb95e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/contrib/mariadb/test_mariadb.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from ddtrace.contrib.internal.mariadb.patch import unpatch
from ddtrace.trace import Pin
from tests.contrib.config import MARIADB_CONFIG
from tests.utils import DummyTracer
from tests.utils import DummyTracer, flaky
from tests.utils import assert_dict_issuperset
from tests.utils import assert_is_measured
from tests.utils import override_config
Expand Down Expand Up @@ -210,6 +210,7 @@ def test_simple_query_snapshot(tracer):


@snapshot(include_tracer=True, variants=SNAPSHOT_VARIANTS, ignores=["meta.error.stack"])
@flaky(1741838400, reason="Did not receive expected traces: 'mariadb.query'")
def test_simple_malformed_query_snapshot(tracer):
with get_connection(tracer) as connection:
cursor = connection.cursor()
Expand Down

0 comments on commit cdb95e7

Please sign in to comment.