Skip to content

Commit

Permalink
test: skip flaky sentry_navigator_observer test case (#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind authored Nov 21, 2024
1 parent be7a831 commit 81bb164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter/test/sentry_navigator_observer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ void main() {
ttfdFinishVerification.captured.single as DateTime;

expect(ttfdEndTimestamp.toUtc(), equals(ttidEndTimestamp.toUtc()));
});
}, skip: 'Flaky, see https://github.com/getsentry/sentry-dart/issues/2428');

test(
'unfinished children will be finished with deadline_exceeded on didPush',
Expand Down

0 comments on commit 81bb164

Please sign in to comment.