Skip to content

Commit 81b931d

Browse files
Merge pull request circleci#2644 from dav/patch-1
Remove (maybe replace?) `killall` step in example.
2 parents 38c7df3 + 4410469 commit 81b931d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

jekyll/_cci2/browser-testing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ jobs:
9696
wget --retry-connrefused --no-check-certificate -T 60 localhost:4445 # wait for app to be ready
9797
- run: # base image is python, so we run `nosetests`, an extension of `unittest`
9898
command: nosetests
99-
- run: # wait for Sauce Connect to close the tunnel
100-
command: killall --wait sc
10199
```
102100
103101
## BrowserStack and Appium

0 commit comments

Comments
 (0)