From ffb1d5d8e3a40c007b8faa152ddc3ae281f2a63a Mon Sep 17 00:00:00 2001 From: Jesse Hallam Date: Tue, 5 Jun 2018 16:53:08 -0400 Subject: disable Supervisor_PluginRepeatedlyCrash (#8918) * disable Supervisor_PluginRepeatedlyCrash This test is failing sporadically, largely due to the use of a timeout to verify results. A more robust solution is required. * disable Supervisor_PluginCrash This test is failing sporadically, largely due to the use of a timeout to verify results. A more robust solution is required. --- plugin/rpcplugin/rpcplugintest/supervisor.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin') diff --git a/plugin/rpcplugin/rpcplugintest/supervisor.go b/plugin/rpcplugin/rpcplugintest/supervisor.go index d225f96fc..f3ff847a2 100644 --- a/plugin/rpcplugin/rpcplugintest/supervisor.go +++ b/plugin/rpcplugin/rpcplugintest/supervisor.go @@ -31,8 +31,8 @@ func TestSupervisorProvider(t *testing.T, sp SupervisorProviderFunc) { "Supervisor_InvalidExecutablePath": testSupervisor_InvalidExecutablePath, "Supervisor_NonExistentExecutablePath": testSupervisor_NonExistentExecutablePath, "Supervisor_StartTimeout": testSupervisor_StartTimeout, - "Supervisor_PluginCrash": testSupervisor_PluginCrash, - "Supervisor_PluginRepeatedlyCrash": testSupervisor_PluginRepeatedlyCrash, + // "Supervisor_PluginCrash": testSupervisor_PluginCrash, + // "Supervisor_PluginRepeatedlyCrash": testSupervisor_PluginRepeatedlyCrash, } { t.Run(name, func(t *testing.T) { f(t, sp) }) } -- cgit v1.2.3-1-g7c22