1318f125b3
- Pass elixir.spec through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=106
23 lines
714 B
Diff
23 lines
714 B
Diff
diff --git a/lib/logger/test/logger/translator_test.exs b/lib/logger/test/logger/translator_test.exs
|
|
index e15010a29..cc99f945b 100644
|
|
--- a/lib/logger/test/logger/translator_test.exs
|
|
+++ b/lib/logger/test/logger/translator_test.exs
|
|
@@ -945,6 +945,7 @@ test "translates :proc_lib crashes with neighbour with name" do
|
|
"""
|
|
end
|
|
|
|
+ @tag :skip
|
|
test "translates Supervisor progress" do
|
|
{:ok, pid} = Supervisor.start_link([], strategy: :one_for_one)
|
|
|
|
@@ -960,6 +961,7 @@ test "translates Supervisor progress" do
|
|
"""
|
|
end
|
|
|
|
+ @tag :skip
|
|
test "translates Supervisor progress with name" do
|
|
{:ok, pid} = Supervisor.start_link([], strategy: :one_for_one, name: __MODULE__)
|
|
|
|
|
|
|