This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Commit 1381802
authored
[camera] Attempt to fix flaky new Android test (#6831)
The recently added "recording with image stream" test is very flaky,
often throwing on `stop`. This is a speculative fix for that flake based
on the documentation of `stop` indicating that it will throw if nothing
has been recorded.1 parent 0609adb commit 1381802
File tree
1 file changed
+4
-1
lines changed- packages/camera/camera_android/example/integration_test
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
281 | 284 | | |
282 | 285 | | |
283 | 286 | | |
| |||
0 commit comments