Uncommented engine-dependent test that was failing

This commit is contained in:
edwardro22
2017-09-29 12:09:55 +00:00
parent c17efb9447
commit da8b0dc1de

View File

@@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
*/
package engine
/*
import (
"flag"
"net/rpc"
@@ -170,4 +169,3 @@ func TestActionsitStopCgrEngine(t *testing.T) {
t.Error(err)
}
}
*/