Skip to content

Commit 138cab9

Browse files
committed
Fix android check test
1 parent 1db218b commit 138cab9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appium/check_run_failues.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def android_check
3737
if a.name == 'Logcat'
3838
content = open(a.url).read
3939
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
4140
end
4241
end
4342
end

0 commit comments

Comments
 (0)