github-workflow-controller/plugin/plugin_test.go

12 lines
248 B
Go
Raw Normal View History

2022-08-08 12:24:26 +02:00
// Copyright 2020 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()
}