We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f566c4 + c1951de commit 131d644Copy full SHA for 131d644
flutter/test/navigation/time_to_display_tracker_test.dart
@@ -101,6 +101,7 @@ void main() {
101
expect(ttidSpan?.origin, SentryTraceOrigins.manualUiTimeToDisplay);
102
});
103
104
+ // skipping test, flaky
105
test('completes with timeout when not completing the tracking', () async {
106
final sut = fixture.getSut();
107
@@ -109,7 +110,7 @@ void main() {
109
110
111
final transaction = fixture.getTransaction() as SentryTracer;
112
await sut.track(transaction, startTimestamp: fixture.startTimestamp);
- });
113
+ }, skip: true);
114
115
116
0 commit comments