Skip to content

Commit

Permalink
fix(ios): ON_FAILURE screen recording policy should propagate test st…
Browse files Browse the repository at this point in the history
…atus to skip successful tests (#814)
  • Loading branch information
Malinskiy authored Jul 7, 2023
1 parent 50d841b commit 844101c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ScreenRecordingListener(
stop()
}
lastRemoteFile = null
pullVideo(test, false)
pullVideo(test, success)
}

private suspend fun pullVideo(test: Test, success: Boolean) {
Expand Down

0 comments on commit 844101c

Please sign in to comment.