From ee3d2219abfe1be08659e3febb19a7f0fa563699 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 25 Apr 2019 18:39:14 +0200 Subject: [PATCH] Disable test harness for stack_overflow test --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d984b6ae..7dbaff83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,10 @@ edition = "2018" name = "panic_handler" harness = false +[[test]] +name = "stack_overflow" +harness = false + [dependencies] bootloader = "0.6.0" volatile = "0.2.3"