Skip to content

Commit 131d644

Browse files
committed
Merge branch 'main' into feat/js-sdk-integration
2 parents 6f566c4 + c1951de commit 131d644

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flutter/test/navigation/time_to_display_tracker_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ void main() {
101101
expect(ttidSpan?.origin, SentryTraceOrigins.manualUiTimeToDisplay);
102102
});
103103

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

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

110111
final transaction = fixture.getTransaction() as SentryTracer;
111112
await sut.track(transaction, startTimestamp: fixture.startTimestamp);
112-
});
113+
}, skip: true);
113114
});
114115
});
115116

0 commit comments

Comments
 (0)