12 lines
248 B
Go
12 lines
248 B
Go
// Copyright 2019 the Drone Authors. All rights reserved.
|
|
// Use of this source code is governed by the Blue Oak Model License
|
|
// that can be found in the LICENSE file.
|
|
|
|
package plugin
|
|
|
|
import "testing"
|
|
|
|
func TestPlugin(t *testing.T) {
|
|
t.Skip()
|
|
}
|