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.
1 parent 7b21e8b commit 6bcdc99Copy full SHA for 6bcdc99
1 file changed
packages/flutter/example/integration_test/replay_test.dart
@@ -26,12 +26,12 @@ void main() {
26
27
test('session replay is captured', () async {
28
// TODO add when the beforeSend callback is implemented for replays.
29
- });
+ }, skip: true);
30
31
test('replay is captured on errors', () async {
32
// TODO we may need an HTTP server for this because Android sends replays
33
// in a separate envelope.
34
35
},
36
skip: Platform.isAndroid
37
? false
0 commit comments