Skip to content

Commit 99e332d

Browse files
authored
Solve race condition in tests
1 parent 67e5268 commit 99e332d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/elixir/test/elixir/process_test.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ defmodule ProcessTest do
8989
assert Process.cancel_timer(timer, async: true)
9090
assert_receive {:cancel_timer, ^timer, result}
9191
assert is_integer(result)
92-
assert Process.cancel_timer(timer, info: false) == :ok
9392
end
9493

9594
test "exit(pid, :normal) does not cause the target process to exit" do

0 commit comments

Comments
 (0)