diff --git a/plugin/rpcplugin/rpcplugintest/supervisor.go b/plugin/rpcplugin/rpcplugintest/supervisor.go index d225f96fc4..f3ff847a27 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) }) }