Skip to content

Commit b4f6fd2

Browse files
committed
Adjust estdlib tests for stm32
Adds the stm32 platform to those that skip network tests when running the estdlib test suite. Signed-off-by: Winford <winford@object.stream>
1 parent 0b7a9e6 commit b4f6fd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/libs/estdlib/tests.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ start() ->
3131
case atomvm:platform() of
3232
emscripten ->
3333
false;
34+
stm32 ->
35+
false;
3436
_ ->
3537
true
3638
end;

0 commit comments

Comments
 (0)