We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6704968 commit 74633a3Copy full SHA for 74633a3
1 file changed
test/hex/once_cache_test.exs
@@ -243,6 +243,7 @@ defmodule Hex.OnceCacheTest do
243
assert elapsed < 180_000
244
end
245
246
+ @tag :capture_log
247
test "hands off to next waiter when computing process crashes", %{cache: cache} do
248
caller = self()
249
0 commit comments