disable reaper test, we don't reap anymore
This commit is contained in:
parent
c62ddaf2e0
commit
b26e6458ac
@ -7,7 +7,7 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestReap(t *testing.T) {
|
||||
func _TestReap(t *testing.T) {
|
||||
truePath, err := exec.LookPath("true")
|
||||
if err != nil {
|
||||
t.Log("true binary not found, ignoring this test.")
|
||||
|
Loading…
Reference in New Issue
Block a user