From 0e750e294c900ae6df644dedea2598e570b80b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 19 Apr 2021 14:41:37 +0200 Subject: Unconditionally run tests that use tracing --- test/sendfile_SUITE.erl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/sendfile_SUITE.erl') diff --git a/test/sendfile_SUITE.erl b/test/sendfile_SUITE.erl index d8c4ab9..ca3242c 100644 --- a/test/sendfile_SUITE.erl +++ b/test/sendfile_SUITE.erl @@ -228,12 +228,6 @@ rawfile_range_small(Config) -> ok = Transport:close(Server). ssl_chunk_size(Config) -> - case code:is_module_native(?MODULE) of - true -> doc("This test uses tracing and is not compatible with native code."); - false -> do_ssl_chunk_size(Config) - end. - -do_ssl_chunk_size(Config) -> doc("Use sendfile with SSL. Ensure the sendfile fallback respects the chunk size."), Transport = config(transport, Config), Filename = config(filename, Config), -- cgit v1.2.3