Skip to content

Commit 0d9402c

Browse files
kuldeepaggarwaljosevalim
authored andcommitted
update the test suite o/p (elixir-lang#783)
1 parent b1c6981 commit 0d9402c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/mix-otp/distributed-tasks-and-configuration.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Excluding tags: [distributed: true]
269269
.......
270270

271271
Finished in 0.1 seconds (0.1s on load, 0.01s on tests)
272-
7 tests, 0 failures
272+
7 tests, 0 failures, 1 skipped
273273
```
274274

275275
This time all tests passed and ExUnit warned us that distributed tests were being excluded. If you run tests with `$ elixir --sname foo -S mix test`, one extra test should run and successfully pass as long as the `bar@computer-name` node is available.

0 commit comments

Comments
 (0)