removing unused file

This commit is contained in:
Senthil Kumar T
2024-11-14 14:18:24 +05:30
parent b45129be8f
commit e0b26f4c2f
-11
View File
@@ -1,11 +0,0 @@
// 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()
}