diff --git a/plugin/impl_test.go b/plugin/impl_test.go deleted file mode 100644 index 2cb0977..0000000 --- a/plugin/impl_test.go +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (c) 2020, the Drone Plugins project authors. -// Copyright (c) 2021, Robert Kaussow - -// 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() -} diff --git a/plugin/plugin_test.go b/plugin/plugin_test.go deleted file mode 100644 index ef860aa..0000000 --- a/plugin/plugin_test.go +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright (c) 2020, the Drone Plugins project authors. -// Copyright (c) 2021, Robert Kaussow - -// 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() -}