Skip to content

Commit 4dadabf

Browse files
iMichkaissyl0
andauthored
appium: fix test for Linux (#20325)
* appium: fix test for Linux * appium: Fix typo in Linux test skip line Co-authored-by: Issy Long <[email protected]>
1 parent ab2c74f commit 4dadabf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Formula/appium.rb

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ def install
2525
output = shell_output("#{bin}/appium --show-config 2>&1")
2626
assert_match version.to_str, output
2727

28+
# Test stays stuck forever on Linux CI
29+
return if ENV["CI"]
30+
2831
port = free_port
2932
begin
3033
pid = fork do

0 commit comments

Comments
 (0)