Skip to content

Commit

Permalink
add additional pump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Jul 18, 2023
1 parent c8d0378 commit 00d97d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/audioplayers/example/integration_test/lib_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ void main() {
}
await players[i].stop();
}
if (isLinux) {
// FIXME(gustl22): Linux needs additional pump (#1556)
await tester.pump();
}
await Future.wait(players.map((p) => p.dispose()));
},
// FIXME: Causes media error on Android (see #1333, #1353)
Expand Down

0 comments on commit 00d97d5

Please sign in to comment.