Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/snuba/api/endpoints/test_organization_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from unittest import mock
from uuid import uuid4

import pytest
from django.urls import reverse
from sentry_protos.snuba.v1.trace_item_pb2 import TraceItem

Expand Down Expand Up @@ -613,6 +614,7 @@ def test_without_uptime_results(self):
uptime_spans = self._find_uptime_spans(data)
assert len(uptime_spans) == 0

@pytest.mark.skip(reason="flaky: #97781")
def test_uptime_root_tree_with_orphaned_spans(self):
"""Test that orphaned spans are parented to the final uptime request"""
self.load_trace(is_eap=True)
Expand Down
Loading