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 1db218b commit 138cab9Copy full SHA for 138cab9
appium/check_run_failues.rb
@@ -37,7 +37,6 @@ def android_check
37
if a.name == 'Logcat'
38
content = open(a.url).read
39
raise RuntimeError, "Missing native crash: #{p.inspect}" unless content.scan(/java.lang.RuntimeException: TEST - Sentry Client Crash/).size == 1
40
- raise RuntimeError, "Must start twice: #{p.inspect}" unless content.scan(/startWithDsnString/).size == 2
41
end
42
43
0 commit comments