woodpecker/engine/runner/runner_test.go

8 lines
78 B
Go
Raw Normal View History

2016-04-16 07:51:05 +00:00
package runner
import "testing"
func TestRunner(t *testing.T) {
t.Skip()
}