From 72a35d14f156fe452bcf2da12ed567919c534b20 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Tue, 8 Oct 2013 11:49:42 -0500 Subject: [PATCH] Mark broken tests as pending These tests are broken a few different ways. [SeeRM #8463] also see: https://github.com/rapid7/metasploit-framework/pull/2477 --- spec/lib/msf/util/exe_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/lib/msf/util/exe_spec.rb b/spec/lib/msf/util/exe_spec.rb index 5c7a4f7038..ace44a1564 100644 --- a/spec/lib/msf/util/exe_spec.rb +++ b/spec/lib/msf/util/exe_spec.rb @@ -12,6 +12,8 @@ describe Msf::Util::EXE do described_class end + before { pending "Pending RM#8463, fix all these these tests up." } + $framework = Msf::Simple::Framework.create( :module_types => [ Msf::MODULE_NOP ], 'DisableDatabase' => true