Skip to content

Commit cdbda20

Browse files
authored
chore: disable flakey test (#103497)
this test has been flakey all day, disabling it.
1 parent 167b005 commit cdbda20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/acceptance/test_trace_view_from_explore.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
from datetime import timedelta
22
from unittest.mock import MagicMock, patch
33

4+
import pytest
5+
46
from fixtures.page_objects.explore_spans import ExploreSpansPage
57
from fixtures.page_objects.trace_view import TraceViewWaterfallPage
68
from sentry.eventstream.snuba import SnubaEventStream
@@ -42,6 +44,7 @@ def setUp(self) -> None:
4244
self.dismiss_assistant(which="tour.explore.spans")
4345

4446
@patch("django.utils.timezone.now")
47+
@pytest.mark.skip(reason="This test is flaky and needs to be fixed")
4548
def test_navigation(self, mock_now: MagicMock) -> None:
4649
mock_now.return_value = self.start
4750

0 commit comments

Comments
 (0)