Skip to content

Commit

Permalink
[WIP] : retest default
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Jul 19, 2023
1 parent e7c82f0 commit 3b13355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/audioplayers/example/integration_test/lib_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ void main() {
await players[i].stop();
}
print('A7');
await tester.pumpLinux();
print('A8');
await Future.wait(players.map((p) => p.dispose()));
print('A9');
await tester.pumpLinux();
print('A10');
},
// FIXME: Causes media error on Android (see #1333, #1353)
// Unexpected platform error: MediaPlayer error with
Expand Down

0 comments on commit 3b13355

Please sign in to comment.