github.com/drone/runner-go@v1.12.0/poller/poller_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 poller
     6  
     7  import "testing"
     8  
     9  func TestPoll(t *testing.T) {
    10  	t.Skip()
    11  }
    12  
    13  func TestPoll_NilStage(t *testing.T) {
    14  	t.Skip()
    15  }
    16  
    17  func TestPoll_EmptyStage(t *testing.T) {
    18  	t.Skip()
    19  }
    20  
    21  func TestPoll_RequestError(t *testing.T) {
    22  	t.Skip()
    23  }