Skip to content

Commit

Permalink
skip flaky manual ttid test (#2490)
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor authored Dec 13, 2024
1 parent d44ba48 commit c1951de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flutter/test/navigation/time_to_display_tracker_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ void main() {
expect(ttidSpan?.origin, SentryTraceOrigins.manualUiTimeToDisplay);
});

// skipping test, flaky
test('completes with timeout when not completing the tracking', () async {
final sut = fixture.getSut();

Expand All @@ -109,7 +110,7 @@ void main() {

final transaction = fixture.getTransaction() as SentryTracer;
await sut.track(transaction, startTimestamp: fixture.startTimestamp);
});
}, skip: true);
});
});

Expand Down

0 comments on commit c1951de

Please sign in to comment.