diff --git a/src/meson.build b/src/meson.build index 2e43e223981e71fbaa1bafbfa7910259475ea218..23d05923da9032e6bdb21208d8e73a254d2977d9 100644 --- a/src/meson.build +++ b/src/meson.build @@ -76,16 +76,3 @@ cargo_doc = custom_target( cargo_options + ['--no-deps', '--document-private-items'], ], ) - -test( - 'cargo-test', - cargo, - args: [ - 'test', - cargo_options, - '--', - '--test-threads=1', - ], - is_parallel: false, - timeout: 1800, -)