mirror of https://github.com/helm/helm
parent
653bb68f95
commit
25a5a11b10
@ -0,0 +1,12 @@
|
||||
// +build !e2e
|
||||
|
||||
package e2e
|
||||
|
||||
import (
|
||||
"os"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
os.Exit(0)
|
||||
}
|
Loading…
Reference in new issue