Skip to content

Commit d6c3c74

Browse files
committed
Fix estdlib tests
Signed-off-by: Mateusz Front <mateusz.front@swmansion.com>
1 parent a379705 commit d6c3c74

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/libs/estdlib/tests.erl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ get_non_networking_tests(_OTPVersion) ->
8282
test_supervisor,
8383
test_lists_subtraction,
8484
test_os,
85-
test_file,
86-
test_lists_keyfind,
87-
test_lists_keymember,
88-
test_lists_member,
89-
test_lists_subtraction
85+
test_file
9086
].
9187

9288
get_networking_tests(OTPVersion) when

0 commit comments

Comments
 (0)