remove unused testfiles

This commit is contained in:
Robert Kaussow 2021-09-13 23:21:38 +02:00
parent bc26d2aed1
commit 48d6f359eb
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 0 additions and 34 deletions

View File

@ -1,19 +0,0 @@
// Copyright (c) 2020, the Drone Plugins project authors.
// Copyright (c) 2021, Robert Kaussow <mail@thegeeklab.de>
// Use of this source code is governed by an Apache 2.0 license that can be
// found in the LICENSE file.
package plugin
import (
"testing"
)
func TestValidate(t *testing.T) {
t.Skip()
}
func TestExecute(t *testing.T) {
t.Skip()
}

View File

@ -1,15 +0,0 @@
// Copyright (c) 2020, the Drone Plugins project authors.
// Copyright (c) 2021, Robert Kaussow <mail@thegeeklab.de>
// Use of this source code is governed by an Apache 2.0 license that can be
// found in the LICENSE file.
package plugin
import (
"testing"
)
func TestPlugin(t *testing.T) {
t.Skip()
}