Files
kubevela/e2e/system/system_test.go
2020-09-11 17:52:14 +08:00

11 lines
207 B
Go

package e2e
import (
"github.com/onsi/ginkgo"
)
var _ = ginkgo.Describe("Application", func() {
// TODO(zzxwill) Need to find out why it failed in Github workflow.
//e2e.SystemInitContext("install")
})