SHA256
11
0
forked from pool/elixir
Files
elixir/002-skip-tests-iex-helpers.patch
2025-06-08 11:22:26 +02:00

13 lines
415 B
Diff

diff --git a/lib/iex/test/iex/helpers_test.exs b/lib/iex/test/iex/helpers_test.exs
index 10d9ecf57..ed9955aba 100644
--- a/lib/iex/test/iex/helpers_test.exs
+++ b/lib/iex/test/iex/helpers_test.exs
@@ -10,6 +10,7 @@ defmodule IEx.HelpersTest do
import IEx.Helpers
@compile {:no_warn_undefined, [:sample, Sample, Sample2]}
+ @moduletag :skip
describe "whereami" do
test "is disabled by default" do