github.com/drone/runner-go@v1.12.0/pipeline/runtime/execer_test.go (about) 1 // Copyright 2019 Drone.IO Inc. All rights reserved. 2 // Use of this source code is governed by the Polyform License 3 // that can be found in the LICENSE file. 4 5 package runtime 6 7 import "testing" 8 9 func TestExec(t *testing.T) { 10 t.Skip() 11 } 12 13 func TestExec_NonZeroExit(t *testing.T) { 14 t.Skip() 15 } 16 17 func TestExec_Exit78(t *testing.T) { 18 t.Skip() 19 } 20 21 func TestExec_Error(t *testing.T) { 22 t.Skip() 23 } 24 25 func TestExec_CtxError(t *testing.T) { 26 t.Skip() 27 } 28 29 func TestExec_ReportError(t *testing.T) { 30 t.Skip() 31 } 32 33 func TestExec_SkipCtxDone(t *testing.T) { 34 t.Skip() 35 }